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