textStyle method
Resolves a literal or themed text style property.
Implementation
TextStyle? textStyle(Object? value) {
return JsUiProps.textStyle(
value,
resolveColor: _themeColor,
resolveTextStyle: _themeTextStyle,
resolveNumber: _fontToken,
);
}