borderTopWidth property
String
get
borderTopWidth
Implementation
_i2.String get borderTopWidth => _i4.getProperty(
this,
'borderTopWidth',
);
set
borderTopWidth
(String value)
Implementation
set borderTopWidth(_i2.String value) {
_i4.setProperty(
this,
'borderTopWidth',
value,
);
}