borderBottom property

String borderBottom

Implementation

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

Implementation

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