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