Reputation: 125
boxShadow:_isElevated ?[ BoxShadow( color: Colors.grey, spreadRadius: 1, blurRadius: 15, offset: Offset(4, 4) ), ]:null,
Upvotes: 0
Views: 39
Reputation: 2013
you have a const on something you didn't put in the question. Since the boxShadow is conditional, shouldn't have a const.
Upvotes: 1