TDCheckboxGroup constructor
const
TDCheckboxGroup({
- required Widget child,
- Key? key,
- OnGroupChange? onChangeGroup,
- TDCheckboxGroupController? controller,
- List<
String> ? checkedIds, - int? maxChecked,
- int? titleMaxLine,
- ContentBuilder? customContentBuilder,
- TDContentDirection? contentDirection,
- TDCheckboxStyle? style,
- double? spacing,
- IconBuilder? customIconBuilder,
- VoidCallback? onOverloadChecked,
Implementation
const TDCheckboxGroup(
{required this.child,
Key? key,
this.onChangeGroup,
this.controller,
this.checkedIds,
this.maxChecked,
this.titleMaxLine,
this.customContentBuilder,
this.contentDirection,
this.style,
this.spacing,
this.customIconBuilder,
this.onOverloadChecked}) : super(key: key);