bottom property Null safety

String bottom

Gets the value of "bottom"

Implementation

String get bottom => getPropertyValue('bottom');
void bottom= (String value)

Sets the value of "bottom"

Implementation

set bottom(String value) {
  setProperty('bottom', value, '');
}