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);
548k questions
547k answers
4 comments
86.3k users