borderBottomWidth property

String borderBottomWidth

Implementation

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

Implementation

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