NbpCheckBox constructor
const
NbpCheckBox({
- Key? key,
- OutlinedBorder? shape,
- dynamic onChanged(
- bool?
- required bool value,
- required String title,
- TextStyle? textStyle,
- dynamic onTap()?,
- Color? activeColor,
- bool showUnderline = true,
- double? height,
- double? scale,
- Color? htmlCol,
- double? width,
- Color? checkCol,
- Color? borderCol,
- Color? fillCol,
Implementation
const NbpCheckBox({
super.key,
this.shape,
this.onChanged,
required this.value,
required this.title,
this.textStyle,
this.onTap,
this.activeColor,
this.showUnderline = true,
this.height,
this.scale,
this.htmlCol,
this.width,
this.checkCol,
this.borderCol,
this.fillCol,
});