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