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