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