phase3: util_web + shop_scroll (custom scroll) null-safe; global Key? param fix
This commit is contained in:
@@ -15,7 +15,7 @@ class PlainPage extends StatefulWidget {
|
||||
final int businessId;
|
||||
final String slug;
|
||||
|
||||
const PlainPage(this.slug, {this.businessId, Key key}) :
|
||||
const PlainPage(this.slug, {this.businessId, Key? key}) :
|
||||
super(key: key);
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user