IDCheckTheme constructor

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

Implementation

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