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