CDKPickerCheckList constructor
Implementation
const CDKPickerCheckList({
Key? key,
required this.options,
this.size = 12.0,
required this.selectedIndex,
required this.onSelected,
}) : super(key: key);
const CDKPickerCheckList({
Key? key,
required this.options,
this.size = 12.0,
required this.selectedIndex,
required this.onSelected,
}) : super(key: key);