getTextStyle function

TextStyle getTextStyle(
  1. TextStyle? style
)

get text style

Implementation

TextStyle getTextStyle(TextStyle? style) => style ?? textStyleBlack10();