menu
flutter_reorderable_grid_view package
documentation
entities/order_update_entity.dart
OrderUpdateEntity
OrderUpdateEntity.new const constructor
OrderUpdateEntity.new const constructor
dark_mode
light_mode
OrderUpdateEntity
constructor
const
OrderUpdateEntity
(
{
required
int
oldIndex
,
required
int
newIndex
,
})
Implementation
const OrderUpdateEntity({ required this.oldIndex, required this.newIndex, });
flutter_reorderable_grid_view package
documentation
entities/order_update_entity
OrderUpdateEntity
OrderUpdateEntity.new const constructor
OrderUpdateEntity class