borderTopColor property

String borderTopColor

Implementation

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

Implementation

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