leftHiddenPageBuilder property
A widget builder for the left hidden page. This allows for dynamic creation of the widget only when needed. Either this or leftHiddenPage must be provided.
Implementation
final Widget Function()? leftHiddenPageBuilder;