AdaptiveChromaTheme constructor
const
AdaptiveChromaTheme({
- required ChromaTheme light,
- required ChromaTheme dark,
Creates an adaptive theme with light and dark variants.
Implementation
const AdaptiveChromaTheme({required this.light, required this.dark});