getCurrentFontSize method

int getCurrentFontSize()

Returns the current font size.

Implementation

int getCurrentFontSize() {
  int? value = getCurrentFontSizeNative?.call(_sdk);

  return value!;
}