SpotCheckButtonConfig constructor
SpotCheckButtonConfig({})
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,
});