ColorTheme constructor

ColorTheme({
  1. Color? colorPrimary,
  2. Color? colorPrimaryDark,
  3. Color? colorSecondary,
})

Implementation

ColorTheme({this.colorPrimary, this.colorPrimaryDark, this.colorSecondary});