theme library

Classes and functions for configuring the Forui widgets' theme. A theme configures the colors and typographic choices of Forui widgets.

Classes

FColorScheme
A set of colors that is part of a FThemeData. It is used to configure the color properties of Forui widgets.
FStyle
A set of miscellaneous properties that is part of a FThemeData.
FTheme
Applies a theme to descendant widgets.
FThemeData
Defines the configuration of the overall visual FTheme for a widget subtree.
FTypography
Definitions for the various typographical styles that are part of a FThemeData.

Extensions

FThemes on Never
The Forui themes.
ThemeBuildContext on BuildContext
Provides functions for accessing the current FThemeData.