onSelectFocus property

bool onSelectFocus
final

Set to false if the indicator should not get focus after user clicked on it.

By default the indicator gets focus when it is clicked, by setting this to false it remains un-focused. This is useful eg when it is used as a tap area that should always show the correct color. If it is focused, the correct color get obscured by the focus color.

Defaults to true.

Implementation

final bool onSelectFocus;