StylingExtension extension

on

Properties

bodyStyle TextStyle?

Available on BuildContext, provided by the StylingExtension extension

bodyStyle returns the body style for the scaffold.
no setter
isDark bool

Available on BuildContext, provided by the StylingExtension extension

isDark returns true if the current theme is dark.
no setter
primaryColor Color

Available on BuildContext, provided by the StylingExtension extension

primaryColor returns the primary color of the current theme.
no setter
subtitleStyle TextStyle?

Available on BuildContext, provided by the StylingExtension extension

subtitleStyle returns the subtitle style for the scaffold.
no setter
titleStyle TextStyle?

Available on BuildContext, provided by the StylingExtension extension

titleStyle returns the title style for the scaffold.
no setter