theme_base library

Functions

buildDesignSystemTheme({required BrandTokens tokens, required Widget child}) Widget
Convenience helper that applies the resolved theme to child by wrapping it with both a Theme and BrandThemeScope.
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.