CustomColor constructor

CustomColor({
  1. Color? primaryColor,
  2. Color? backgroundColor,
  3. Color? modalBackgroundColor,
})

Implementation

CustomColor({this.primaryColor, this.backgroundColor, this.modalBackgroundColor});