null safety
This commit is contained in:
@@ -17,7 +17,7 @@ import 'shipment_list_row.dart';
|
||||
class ShipmentList extends StatefulWidget {
|
||||
final bool forCustomer;
|
||||
|
||||
const ShipmentList({Key key, this.forCustomer = true}) : super(key: key);
|
||||
const ShipmentList({Key? key, this.forCustomer = true}) : super(key: key);
|
||||
@override
|
||||
_ShipmentListState createState() => _ShipmentListState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user