getIgnoreFixedFonts method
Returns current behaviour of font scaling. See setIgnoreFixedFonts for more details.
Implementation
bool getIgnoreFixedFonts() {
bool? value = getIgnoreFixedFontsNative?.call(_sdk);
return value!;
}
Returns current behaviour of font scaling. See setIgnoreFixedFonts for more details.
bool getIgnoreFixedFonts() {
bool? value = getIgnoreFixedFontsNative?.call(_sdk);
return value!;
}