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