Hello I have a code like this
SizedBox(height: 10),
..._function(context, model),
SizedBox(height: 5),
if (model.bloc)
)
But after flutter upgrade I have error focus on "..."
This requires the spread-collection experiment to be enable
How can I rewrite this correctly ? Thank you