BasfCheckbox constructor
const
BasfCheckbox({})
Implementation
const BasfCheckbox({
Key? key,
required this.value,
required this.onChanged,
this.text,
this.reverse = false,
this.alignment = MainAxisAlignment.start,
this.inactiveColor,
this.color,
this.activeSplashColor,
this.inactiveSplashColor,
this.icon,
this.iconColor,
}) : super(key: key);