ContextExtensions extension
- on
Properties
- appBarExpansionPercent → double
-
Available on BuildContext, provided by the ContextExtensions extension
When you are in sliver AppBar you may want to get current percent 0.0 -> Expanded 1.0 -> Collapsed to toolbarno setter - bodyLarge → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get bodyLarge property from text themeno setter - bodyMedium → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get bodyMedium property from text themeno setter - bodySmall → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get bodySmall property from text themeno setter - colorScheme → ColorScheme
-
Available on BuildContext, provided by the ContextExtensions extension
Get ColorScheme of current contextno setter - displayLarge → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get displayLarge property from text themeno setter - displayMedium → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get displayMedium property from text themeno setter - displaySmall → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get displaySmall property from text themeno setter - flexibleSpaceBarSettings → FlexibleSpaceBarSettings?
-
Available on BuildContext, provided by the ContextExtensions extension
Get FlexibleSpaceBarSettingsno setter - headlineLarge → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get headlineLarge property from text themeno setter - headlineMedium → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get headlineMedium property from text themeno setter - headlineSmall → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get headlineSmall property from text themeno setter - isDark → bool
-
Available on BuildContext, provided by the ContextExtensions extension
Check is current theme is darkno setter - isLight → bool
-
Available on BuildContext, provided by the ContextExtensions extension
Check is current theme is lightno setter - isLtr → bool
-
Available on BuildContext, provided by the ContextExtensions extension
Check if directionality is ltrno setter - isRtl → bool
-
Available on BuildContext, provided by the ContextExtensions extension
Check if directionality is rtlno setter - labelLarge → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get labelLarge property from text themeno setter - labelMedium → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get labelMedium property from text themeno setter - labelSmall → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get labelSmall property from text themeno setter - locale → Locale?
-
Available on BuildContext, provided by the ContextExtensions extension
Get current Locale if existsno setter - mediaQuerySize → Size
-
Available on BuildContext, provided by the ContextExtensions extension
Get Size from MediaQueryno setter - textTheme → TextTheme
-
Available on BuildContext, provided by the ContextExtensions extension
get textTheme property from text themeno setter - theme → ThemeData
-
Available on BuildContext, provided by the ContextExtensions extension
get current ThemeDatano setter - titleLarge → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get titleLarge property from text themeno setter - titleMedium → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get titleMedium property from text themeno setter - titleSmall → TextStyle?
-
Available on BuildContext, provided by the ContextExtensions extension
get titleSmall property from text themeno setter
Methods
-
themeExtension<
T extends ThemeExtension< (T> >) → T -
Available on BuildContext, provided by the ContextExtensions extension
get ThemeExtension of typeT
from current ThemeData