List Body

Overview
List Body arranges its child widgets sequentially along a given axis, i.e. horizontal or vertical.
Use Cases
This widget is rarely used directly. Consider using ListView or Column to arrange child widgets.
Properties
- Set Main Axis as
HorizontalorVertical. - Set the order of the children as
Reverseby choosingtrue. This way child widgets will automatically get arranged in reverse order.