sliderSwitchThumbsSemanticsHint property

  1. @override
String get sliderSwitchThumbsSemanticsHint
override

The semantic hint for a range slider's track, announcing that double tapping switches the selected thumb.

In en, this message translates to: 'Double tap to switch thumbs'

Implementation

@override
String get sliderSwitchThumbsSemanticsHint => 'Double tap to switch thumbs';