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