FlintTheme constructor
const
FlintTheme({})
Creates a Flint UI design theme.
Implementation
const FlintTheme({
this.name = 'flint',
this.colors = const {},
this.spacing = const {},
this.radii = const {},
this.shadows = const {},
this.fonts = const {},
this.tokens = const ThemeTokens({}),
});