ZdsSplitPageRouteBuilder<T> constructor

ZdsSplitPageRouteBuilder<T>(
  1. {required Widget builder(
    1. BuildContext
    ),
  2. RouteSettings? settings,
  3. bool fullscreenDialog = false}
)

Constructs a ZdsSplitPageRouteBuilder with the given builder function and optional settings.

The settings parameter can be used to provide route settings such as route name and arguments.

Implementation

ZdsSplitPageRouteBuilder