theme_base library
Classes
Functions
-
buildDesignSystemTheme(
{required BrandTokens tokens, required Widget child}) → Widget -
Convenience helper that applies the resolved theme to
childby wrapping it with both a Theme andBrandThemeScope. -
buildThemeData(
BrandTokens tokens) → ThemeData -
Builds a Material ThemeData from the provided
BrandTokens. This is the core theme building function that converts design tokens into Flutter's Material 3 theme.