borderBottomWidth property

String get borderBottomWidth

Implementation

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

Implementation

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