borderBottom property

String borderBottom

Gets the value of "border-bottom"

Implementation

String get borderBottom => this._borderBottom;
void borderBottom= (String value)

Sets the value of "border-bottom"

Implementation

set borderBottom(String value) {
  _borderBottom = value == null ? '' : value;
}