themeData property
ThemeData
get
themeData
Get ThemeData from BuildContext
final ThemeData themeData = context.themeData;
Implementation
ThemeData get themeData => Theme.of(this);
Get ThemeData from BuildContext
final ThemeData themeData = context.themeData;
ThemeData get themeData => Theme.of(this);