Expanded Widget – Flutter Widget Guide By Flutter Agency
· 7 min read
What is Expanded Widget? Expanded Widget is a widget that expands a child of a Row Widget, Column Widget, or Flex so that the child fills the available space. Why we need Expanded Widget ? When a user wants to fill between widgets user can make use of this widget. For example, when you are working…