theme library
Classes and functions for configuring the Forui widgets' theme. A theme configures the colors and typographic choices of Forui widgets.
Classes
- FBreakpoints
- The responsive breakpoints based on Tailwind CSS.
- FColorScheme
- A set of colors that is part of a FThemeData. It is used to configure the color properties of Forui widgets.
- FFormFieldErrorStyle
- A form field's error style.
- FFormFieldStyle
- A form field state's style.
- 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.