child property

Widget? child
final

An optional static child widget.

This widget is passed to the builder function if provided, or used directly if no builder is specified.

Implementation

final Widget? child;