child property
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;
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.
Widget child;