borderTop property

String get borderTop

Implementation

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

Implementation

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