top property
Gets the value of "top"
Implementation
String get top => this._top;
Sets the value of "top"
Implementation
set top(String value) {
_top = value == null ? '' : value;
}
Gets the value of "top"
String get top => this._top;
Sets the value of "top"
set top(String value) {
_top = value == null ? '' : value;
}