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