increaseFont method
- int step
Increases current font size by the specified step and forces the core to redraw.
Implementation
void increaseFont(int step) {
increaseFontNative?.call(_sdk, step);
}
Increases current font size by the specified step and forces the core to redraw.
void increaseFont(int step) {
increaseFontNative?.call(_sdk, step);
}