borderBottomStyle property

String borderBottomStyle

Implementation

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

Implementation

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