toCss method

String toCss()

Implementation

String toCss() =>
    style == BorderStyle.none ? 'none' : '${width}px $style $color';