phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -125,7 +125,7 @@ class DesktopMeState extends State<DesktopMe> {
|
||||
Container(
|
||||
child: Text(
|
||||
_user != null
|
||||
? Utils.safePhoneNumber(_user.mobile)
|
||||
? Utils.safePhoneNumber(_user.mobile!)
|
||||
: '',
|
||||
style: TextStyle(
|
||||
color: Colors.black38,
|
||||
@@ -493,7 +493,7 @@ class DesktopMeState extends State<DesktopMe> {
|
||||
),
|
||||
),
|
||||
),
|
||||
onTap: tap,
|
||||
onTap: tap!,
|
||||
),
|
||||
);
|
||||
return widget;
|
||||
|
||||
Reference in New Issue
Block a user