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