AntdCheckList constructor
const
AntdCheckList({
- Key? key,
- AntdCheckListStyle? style,
- AntdStyleBuilder<
AntdCheckListStyle, AntdCheckList> ? styleBuilder, - AntdCheckListController? controller,
- required List<
AntdCheckItem> items, - AntdScrollItemBuilder<
AntdCheckItem, AntdCheckListController> ? itemBuilder, - double? edgeThreshold,
- AntdOnScrollEdge? onEdgeReached,
- bool virtual = false,
- AntdScrollItemFit fit = AntdScrollItemFit.child,
- bool? shrinkWrap = true,
- bool? disable,
- AntdCheckListChange? onChange,
- Set<
String> ? values, - AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdCheckList(
{super.key,
super.style,
super.styleBuilder,
super.controller,
required super.items,
super.itemBuilder,
super.edgeThreshold,
super.onEdgeReached,
super.virtual = false,
super.fit = AntdScrollItemFit.child,
super.shrinkWrap = true,
this.disable,
this.onChange,
this.values,
this.hapticFeedback = AntdHapticFeedback.light});