endChild property

Widget endChild
final

The endChild will be on the right of the startChild , and it will occupy the remaining of the available space. 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). Note that endChild should NOT be used directly (use children instead).

Implementation

final Widget endChild;