The only difference if you use Flexible instead of Expanded , is that Flexible lets its child have the same or smaller width than the Flexible itself, while Expanded forces its child to have the exact same width of the Expanded .
What is the difference between expanded and flexible?
The only difference if you use Flexible instead of Expanded , is that Flexible lets its child have the same or smaller width than the Flexible itself, while Expanded forces its child to have the exact same width of the Expanded .