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