Gets the value of "font"
Source
String get font => getPropertyValue('font');
Sets the value of "font"
Source
set font(String value) {
setProperty('font', value, '');
}
Gets the value of "font"
String get font => getPropertyValue('font');
Sets the value of "font"
set font(String value) {
setProperty('font', value, '');
}