Wrap this widget with a Expanded Widget and specify a flex for it
flex
Expanded expandedWith(int flex) { return Expanded(flex: flex, child: this); }