phase3: util_web + shop_scroll (custom scroll) null-safe; global Key? param fix
This commit is contained in:
@@ -8,7 +8,7 @@ import '../../models/blog.dart';
|
||||
class MobilePlainPage extends StatefulWidget {
|
||||
final Blog blog;
|
||||
|
||||
const MobilePlainPage(this.blog, {Key key}) : super(key: key);
|
||||
const MobilePlainPage(this.blog, {Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() {
|
||||
|
||||
Reference in New Issue
Block a user