borderBottomColor property

String borderBottomColor

Implementation

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

Implementation

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