setFontSize static method

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

Set 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?> setFontSize(dynamic size) async {
  return null;
}