rightHiddenPageBuilder property

Widget Function()? rightHiddenPageBuilder
final

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

Implementation

final Widget Function()? rightHiddenPageBuilder;