reorderItemDown property
- @Deprecated('Use the reorderItemDown from WidgetsLocalizations instead. ' 'This feature was deprecated after v3.10.0-2.0.pre.')
 
The semantics label used for ReorderableListView to reorder an item in the list one space down the list.
Implementation
@Deprecated(
  'Use the reorderItemDown from WidgetsLocalizations instead. '
  'This feature was deprecated after v3.10.0-2.0.pre.',
)
String get reorderItemDown;