getSelectable method
Whether item
should be shown as selectable.
Implementation
SelectableOption getSelectable(T item) => SelectableOption.Selectable;
Whether item
should be shown as selectable.
SelectableOption getSelectable(T item) => SelectableOption.Selectable;