Implemented new custom sort and separated the sorted view for each car
This commit is contained in:
@ -35,8 +35,9 @@ class RequestSortingInformationEvent extends TourEvent {
|
||||
class ReorderDeliveryEvent extends TourEvent {
|
||||
int newPosition;
|
||||
int oldPosition;
|
||||
String carId;
|
||||
|
||||
ReorderDeliveryEvent({required this.newPosition, required this.oldPosition});
|
||||
ReorderDeliveryEvent({required this.newPosition, required this.oldPosition, required this.carId});
|
||||
}
|
||||
|
||||
class TourUpdated extends TourEvent {
|
||||
|
||||
Reference in New Issue
Block a user