child property

Widget? child
final

The child widget. If child is null, then a Text widget will be generated with description as its data.

Implementation

final Widget? child;