increaseFont method

void increaseFont(
  1. 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);
}