borderTopStyle property

String borderTopStyle

Implementation

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

Implementation

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