phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621
This commit is contained in:
@@ -50,7 +50,7 @@ class ShopBulletinState extends State<ShopBulletin> {
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.orangeAccent,
|
||||
border: Border.all(
|
||||
color: Colors.red[500],
|
||||
color: Colors.red[500]!,
|
||||
width: 1.0,
|
||||
),
|
||||
borderRadius: BorderRadius.all(Radius.circular(16)),
|
||||
|
||||
Reference in New Issue
Block a user