child property

Widget child
getter/setter pair

The child to embed. If the child is not a ScrollView, it is automatically embedded in a SingleChildScrollView. If the child is a ScrollView, it must have a ScrollController.

Implementation

Widget child;