reorderItemUp property

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

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

Implementation

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