CheckBoxDialogRF constructor
CheckBoxDialogRF({
- Object? model,
- String title = "CheckBox Dialog",
- String subTitle = "check your data",
- double fontSize = 16,
- String? field,
- String? value,
- bool enabled = true,
- Color? backgroundColor,
- Color? textColor,
- Color? checkBoxColor,
- double widgetHeight = 50,
- dynamic checkList,
- Color? borderColor,
- double? borderWidth,
- double? borderRadius,
- FontWeight? fontWeight,
- Function? onChange,
Implementation
CheckBoxDialogRF(
{this.model,
this.title = "CheckBox Dialog",
this.subTitle = "check your data",
this.fontSize = 16,
this.field,
this.value,
this.enabled = true,
this.backgroundColor,
this.textColor,
this.checkBoxColor,
this.widgetHeight = 50,
this.checkList,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.fontWeight,
this.onChange}) {}