getStyle method Null safety
- String style
Returns the TextStyle given the name style
.
Implementation
static TextStyle? getStyle(String style){
return textStyles[style];
}
Returns the TextStyle given the name style
.
static TextStyle? getStyle(String style){
return textStyles[style];
}