fontSizeDelta property
String
get
fontSizeDelta
Gets the value of "font-size-delta"
Implementation
String get fontSizeDelta => getPropertyValue('font-size-delta');
set
fontSizeDelta
(String? value)
Sets the value of "font-size-delta"
Implementation
set fontSizeDelta(String? value) {
setProperty('font-size-delta', value, '');
}