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