setCustomFontSize static method

  1. @Deprecated('This method will be removed in a future version. ')
Future<String?> setCustomFontSize(
  1. int size
)

Set custom font size.

Deprecated: This method will be removed in a future version.

Returns null.

Implementation

@Deprecated('This method will be removed in a future version. ')
static Future<String?> setCustomFontSize(int size) async {
  return null;
}