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