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
Horizontal
orVertical
. - Set the order of the children as
Reverse
by choosingtrue
. This way child widgets will automatically get arranged in reverse order.