themeData property
FxThemeData
get
themeData
Returns the theme data for the context.
Implementation
FxThemeData get themeData => theme.extension<FxThemeData>()!;
Returns the theme data for the context.
FxThemeData get themeData => theme.extension<FxThemeData>()!;