Incorrect use of parent data widget. expanded widgets must be placed inside flex widgets

Expanded cannot be used inside a Stack.

You should use Expanded only within a Column, Row or Flex

Leave a Comment