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