AliceCustomColors constructor

const AliceCustomColors({
  1. Color? red,
  2. Color? lightRed,
  3. Color? green,
  4. Color? grey,
  5. Color? orange,
  6. Color? white,
  7. Color? blue,
})

Implementation

const AliceCustomColors({
  this.red,
  this.lightRed,
  this.green,
  this.grey,
  this.orange,
  this.white,
  this.blue,
});