bottom property

String bottom

Gets the value of "bottom"

Implementation

String get bottom => this._bottom;
void bottom= (String value)

Sets the value of "bottom"

Implementation

set bottom(String value) {
  _bottom = value == null ? '' : value;
}