selectable property

  1. @override
bool get selectable
override

Implementation

@override
bool get selectable {
  return index == null;
}