borderTopWidth property

String borderTopWidth

Implementation

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

Implementation

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