0 votes
in Flutter by
What is Flex box in Flutter?

1 Answer

0 votes
by

The Flex class in Flutter is used to display its children in a one-dimensional array. With this widget, you can control the axis where the children are placed. This axis is called as the main axis.

...