endChild property

Widget endChild
final

The endChild will be on the right of the startChild , and it will occupy the endChild of the available space. Note: This means, if the start widget occupies all the available space, then endChild widget will not be displayed (since it will be sized as 0 width).

Implementation

final Widget endChild;