getSelectedColor method

Color getSelectedColor()

Returns the selectedColor of the matched ListTile via Widget.toDiagnosticsNode

Implementation

Color getSelectedColor() {
  return getDiagnosticProp<Color>('selectedColor');
}