TSelectionCommonItemWidget constructor
const
TSelectionCommonItemWidget({
- Key? key,
- required TSelectionEntity item,
- Color? backgroundColor,
- bool isFirstLevel = false,
- bool isMoreSelectionListType = false,
- ValueChanged<
TSelectionEntity> ? itemSelectFunction, - Color? selectedBackgroundColor,
- bool isCurrentFocused = false,
- TSelectionConfig? themeData,
Implementation
const TSelectionCommonItemWidget({
super.key,
required this.item,
this.backgroundColor,
this.isFirstLevel = false,
this.isMoreSelectionListType = false,
this.itemSelectFunction,
this.selectedBackgroundColor,
this.isCurrentFocused = false,
this.themeData,
});