bodyColor static method

  1. @Deprecated("Moving to colorScheme for all color references. Use TGView.colorScheme()...")
Color? bodyColor()

Body Color: TextTheme applies bodyColor to headline5, headline6, subtitle1, subtitle2, button, bodyText1, bodyText2 and overline.

Implementation

@Deprecated(
    "Moving to colorScheme for all color references. Use TGView.colorScheme()...")
static Color? bodyColor() {
  return textTheme().bodyText1!.color;
}