bottom property
String
get
bottom
Gets the value of "bottom"
Implementation
String get bottom => getPropertyValue('bottom');
set
bottom
(String? value)
Sets the value of "bottom"
Implementation
set bottom(String? value) {
setProperty('bottom', value, '');
}