SuffaCheckBox constructor
const
SuffaCheckBox({})
Implementation
const SuffaCheckBox({
super.key,
required this.text,
required this.checkState,
required this.onChanged,
this.fontSize,
this.paddingState,
this.activeColor,
this.checkColor,
this.textFont,
this.textColor,
this.textSize,
});