bottom property
override
Gets the value of "bottom"
Implementation
String get bottom => this._bottom;
override
Sets the value of "bottom"
Implementation
set bottom(String? value) {
_bottom = value == null ? '' : value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "bottom"
String get bottom => this._bottom;
Sets the value of "bottom"
set bottom(String? value) {
_bottom = value == null ? '' : value;
}