child property

Widget child
final

Child widget.

The child widget is primarily used for input. It end-aligned and horizontally flexible, taking up the entire space trailing past the prefix widget.

Implementation

final Widget child;