getCurrentFontSize method
Returns the current font size.
Implementation
int getCurrentFontSize() {
int? value = getCurrentFontSizeNative?.call(_sdk);
return value!;
}
Returns the current font size.
int getCurrentFontSize() {
int? value = getCurrentFontSizeNative?.call(_sdk);
return value!;
}