SpotCheckButtonConfig constructor

SpotCheckButtonConfig({
  1. required String type,
  2. String? position,
  3. String? buttonSize = 'medium',
  4. String? icon,
  5. String? generatedIcon,
  6. String? backgroundColor = '#4A9CA6',
  7. String? cornerRadius = 'sharp',
  8. String? textColor = '#FFFFFF',
  9. String? buttonText,
})

Implementation

SpotCheckButtonConfig({
  required this.type,
  this.position,
  this.buttonSize = 'medium',
  this.icon,
  this.generatedIcon,
  this.backgroundColor = '#4A9CA6',
  this.cornerRadius = 'sharp',
  this.textColor = '#FFFFFF',
  this.buttonText,
});