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