SelectItemState constructor
const
SelectItemState({})
Implementation
const SelectItemState({
required this.isActive,
required this.isSelected,
required this.isFocused,
required this.index,
required this.canSelect,
});