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