child property

Widget? child
final

The widget to display on the next page. Either child or childBuilder must be provided, but not both.

Implementation

final Widget? child;