child property

Widget? child
final

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;