child property

Widget? child
final

Child widget.

A widget can either have innerText or child or children list.

Implementation

final Widget? child;