AdaptiveChromaTheme constructor

const AdaptiveChromaTheme({
  1. required ChromaTheme light,
  2. required ChromaTheme dark,
})

Creates an adaptive theme with light and dark variants.

Implementation

const AdaptiveChromaTheme({required this.light, required this.dark});