child property
The widget to display on the next page. Either child or childBuilder must be provided, but not both.
Implementation
final Widget? child;
The widget to display on the next page. Either child or childBuilder must be provided, but not both.
final Widget? child;