There is a colon in the constructor that you need to remove.
const AnimatedContainerWidget({ Key key, // Replace "Key: key" with "Key key" }) : super(key: key);
1.4m articles
1.4m replys
5 comments
57.0k users