DirectSelectItemState<T> constructor

DirectSelectItemState<T>({
  1. bool isSelected = false,
})

Implementation

DirectSelectItemState({this.isSelected = false});