phase3: @required->required keyword, nullable for-in iterator fix. 309->251
This commit is contained in:
@@ -23,7 +23,7 @@ class ShoppingCartBar extends StatefulWidget {
|
||||
final OnPanelOpenCloseRequest? onPanelOpenCloseRequest;
|
||||
final bool barAtBottom;
|
||||
final bool hasPicture;
|
||||
ShoppingCartBar({@required this.business, this.endKey,
|
||||
ShoppingCartBar({required this.business, this.endKey,
|
||||
this.onEmptyCartListener, this.onPanelOpenCloseRequest,
|
||||
this.barAtBottom = false, this.hasPicture = false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user