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