updated new flutter version
This commit is contained in:
@@ -534,7 +534,7 @@ class ShopState extends State<Shop>
|
||||
action: SnackBarAction(
|
||||
label: S.of(context).close,
|
||||
onPressed: () {
|
||||
_scaffoldKey.currentState.hideCurrentSnackBar();
|
||||
ScaffoldMessenger.of(context).hideCurrentSnackBar();
|
||||
},
|
||||
),
|
||||
content: Container(
|
||||
|
||||
Reference in New Issue
Block a user