border property
Gets the value of "border"
Implementation
String get border => getPropertyValue('border');
Sets the value of "border"
Implementation
set border(String value) {
setProperty('border', 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 => getPropertyValue('border');
Sets the value of "border"
set border(String value) {
setProperty('border', value, '');
}