forui.theme library - Dart API (original) (raw)

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.

FColors

A set of colors that is part of a FThemeData. It is used to configure the color properties of Forui widgets.

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.

FWidgetStateMap<T>

A WidgetStateProperty that resolves to a T using a WidgetStateMap.

Extensions

FThemeBuildContext on BuildContext

Provides functions for accessing the current FThemeData.

FThemes on Never

The Forui themes.