getSelected method

bool getSelected()

Returns the selected of the matched ListTile via Widget.toDiagnosticsNode

Implementation

bool getSelected() {
  return getDiagnosticProp<bool>('selected');
}