utils/navigator_helper library
Functions
-
defaultPage<
T> (Widget child, {String? routeName}) → Route< T> -
offsetFromDirection(
AxisDirection axisDirection) → Offset - ////////////////////////// ////Transition////////////
-
pop<
T extends Object?> (BuildContext context, [T? result]) → void -
popToRoot(
BuildContext context) → void -
push<
T> (BuildContext context, Widget page, {String? routeName}) → Future< T?> -
pushReplacement<
T extends Object?, T0 extends Object?> (BuildContext context, Widget page, {T0? result}) → Future< T?> -
slidePage(
Widget child, {AxisDirection axisDirection = AxisDirection.right}) → Route