phase3: nullfix field-formal field-nullable handler. 907 -> 872

This commit is contained in:
2026-07-25 18:14:55 +08:00
parent fce670664b
commit c21ccbd54d
38 changed files with 151 additions and 131 deletions

View File

@@ -19,7 +19,7 @@ import '../../widgets/general/breadcrumbs.dart';
import '../../widgets/general/navigationbar.dart';
class DesktopMyAddresses extends StatefulWidget {
final int businessId;
final int? businessId;
const DesktopMyAddresses({Key? key, this.businessId}) : super(key: key);
@override
@@ -208,7 +208,7 @@ class DesktopMyAddressesState extends State<DesktopMyAddresses> {
),
),
Container(
child: widget.businessId > 0 ? IconButton(
child: widget.businessId! > 0 ? IconButton(
icon: Icon(
Icons.check,
color: Colors.grey,