phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -270,7 +270,7 @@ class ShoppingCartBarState extends State<ShoppingCartBar> {
|
||||
children: <Widget>[
|
||||
Container(
|
||||
child: Text(
|
||||
item.name,
|
||||
item.name!,
|
||||
maxLines: 1,
|
||||
style: TextStyle(
|
||||
color: Colors.black87,
|
||||
@@ -281,7 +281,7 @@ class ShoppingCartBarState extends State<ShoppingCartBar> {
|
||||
),
|
||||
Container(
|
||||
child: Text(
|
||||
item.description,
|
||||
item.description!,
|
||||
style: TextStyle(
|
||||
color: Colors.black38,
|
||||
fontSize: 10.0
|
||||
|
||||
Reference in New Issue
Block a user