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