textColor property
Color
get
textColor
The resolved color of the theme's large body text style.
Implementation
Color get textColor => themeData.textTheme.bodyLarge!.color!;
The resolved color of the theme's large body text style.
Color get textColor => themeData.textTheme.bodyLarge!.color!;