borderBottom property

String get borderBottom

Implementation

_i2.String get borderBottom => _i4.getProperty(
      this,
      'borderBottom',
    );
set borderBottom (String value)

Implementation

set borderBottom(_i2.String value) {
  _i4.setProperty(
    this,
    'borderBottom',
    value,
  );
}