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