selectScrollUpSemanticsLabel property

  1. @override
String get selectScrollUpSemanticsLabel
override

The semantic label for the scroll handle in a select field.

In en, this message translates to: 'Scroll up'

Implementation

@override
String get selectScrollUpSemanticsLabel => 'Scroll up';