SelectionCommonItemWidget constructor
SelectionCommonItemWidget({
- Key? key,
- required SelectionEntity item,
- Color? backgroundColor,
- bool isFirstLevel = false,
- bool isMoreSelectionListType = false,
- ValueChanged<
SelectionEntity> ? itemSelectFunction, - Color? selectedBackgroundColor,
- bool isCurrentFocused = false,
- SelectionConfig? themeData,
Implementation
SelectionCommonItemWidget({
Key? key,
required this.item,
this.backgroundColor,
this.isFirstLevel = false,
this.isMoreSelectionListType = false,
this.itemSelectFunction,
this.selectedBackgroundColor,
this.isCurrentFocused = false,
this.themeData,
}) : super(key: key);