reorderItemLeft property
override
The semantics label used for SliverReorderableList to reorder an item in the list one space left in the list.
Implementation
@override
String get reorderItemLeft => 'Move to the left';
The semantics label used for SliverReorderableList to reorder an item in the list one space left in the list.
@override
String get reorderItemLeft => 'Move to the left';