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