phase3: util_web + shop_scroll (custom scroll) null-safe; global Key? param fix
This commit is contained in:
@@ -17,7 +17,7 @@ import '../../utils/http_util.dart';
|
||||
import '../../utils/utils.dart';
|
||||
|
||||
class DesktopSearchPlace extends StatefulWidget {
|
||||
final Key key;
|
||||
final Key? key;
|
||||
final int businessId;
|
||||
const DesktopSearchPlace(this.businessId, {this.key}) : super(key: key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user