reorderItemLeft property

  1. @Deprecated('Use the reorderItemLeft from WidgetsLocalizations instead. ' 'This feature was deprecated after v3.10.0-2.0.pre.')
String reorderItemLeft

The semantics label used for ReorderableListView to reorder an item in the list one space left in the list.

Implementation

@Deprecated(
  'Use the reorderItemLeft from WidgetsLocalizations instead. '
  'This feature was deprecated after v3.10.0-2.0.pre.'
)
String get reorderItemLeft;