top property
override
Gets the value of "top"
Implementation
String get top => this._top;
override
Sets the value of "top"
Implementation
set top(String? value) {
_top = 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 "top"
String get top => this._top;
Sets the value of "top"
set top(String? value) {
_top = value == null ? '' : value;
}