MephistoCheckBoxCardButton constructor
const
MephistoCheckBoxCardButton({ - Key? key,
- required String text,
- required Function onClick,
- required bool isSelected,
- Color? buttonColor,
- bool? isPartial = false,
- bool? showBorders = true,
- bool? fillOnSelected = true,
- String? direction = 'ltr',
})
Implementation
const MephistoCheckBoxCardButton(
{super.key,
required this.text,
required this.onClick,
required this.isSelected,
this.buttonColor,
this.isPartial = false,
this.showBorders = true,
this.fillOnSelected = true,
this.direction = 'ltr'});