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