setCustomFontSize static method
- @Deprecated('This method will be removed in a future version. ')
- 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;
}