leftHiddenPageBuilder property

Widget Function()? leftHiddenPageBuilder
final

A widget builder for the left hidden page. This allows for dynamic creation of the widget only when needed. If not provided, the leftHiddenPage will be used directly.

Implementation

final Widget Function()? leftHiddenPageBuilder;