IDCheckTheme constructor

IDCheckTheme({
  1. Color? primaryColor,
  2. Color? borderColor,
  3. Color? backgroundColor,
  4. Color? foregroundColor,
  5. Color? titleColor,
  6. Color? textColor,
})

Implementation

IDCheckTheme({this.primaryColor, this.borderColor, this.backgroundColor, this.foregroundColor, this.titleColor, this.textColor});