Gets the value of "bottom"
Source
String get bottom => this._bottom;
Sets the value of "bottom"
Source
set bottom(String value) {
_bottom = value == null ? '' : value;
}
Gets the value of "bottom"
String get bottom => this._bottom;
Sets the value of "bottom"
set bottom(String value) {
_bottom = value == null ? '' : value;
}