UiFluidPageNavigation extension

Experimental: pushes builder on a UiFluidPageRoute that grows out of the widget identified by sourceKey.

on

Methods

pushUiFluidPage<T>(WidgetBuilder builder, {required GlobalKey<State<StatefulWidget>> sourceKey, RouteSettings? settings, bool rootNavigator = false, BorderRadius? sourceBorderRadius, Color? surfaceColor, Color? scrimColor, UiFluidRouteMotion motion = const UiFluidRouteMotion(), Duration transitionDuration = UiFluidPageRoute.defaultTransitionDuration, Duration reverseTransitionDuration = UiFluidPageRoute.defaultReverseTransitionDuration, bool swipeBackEnabled = true}) Future<T?>

Available on BuildContext, provided by the UiFluidPageNavigation extension