bold static method
Set bold
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?> bold() async {
return null;
}
Set bold
Deprecated: This method will be removed in a future version.
Returns null
.
@Deprecated('This method will be removed in a future version. ')
static Future<String?> bold() async {
return null;
}