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