nop_state
library
Typedefs
-
NopWidgetBuilder
= Widget Function(BuildContext context, Widget child)
-
-
PopAndPush
= Future<T?> Function<T, R>(String name, {Object? arguments, R? result})
-
-
PopAndPushNative
= Future<T?> Function<T, R>(BuildContext context, String name, {Object? arguments, R? result})
-
-
PushAndRemoveUntil
= Future<T?> Function<T extends Object?>(String newRouteName, RoutePredicate predicate, {Object? arguments})
-
-
PushAndRemoveUntilNative
= Future<T?> Function<T extends Object?>(BuildContext context, String newRouteName, RoutePredicate predicate, {Object? arguments})
-
-
PushNamed
= Future<T?> Function<T>(String name, {Object? arguments})
-
-
PushNamedNative
= Future<T?> Function<T>(BuildContext context, String name, {Object? arguments})
-
-
PushReplace
= Future<T?> Function<T, R>(String name, {Object? arguments, R? result})
-
-
PushReplaceNative
= Future<T?> Function<T, R>(BuildContext context, String name, {Object? arguments, R? result})
-
-
RePopAndPush
= Future<String?> Function<R extends Object>(String name, {Object? arguments, R? result})
-
-
RePopAndPushNative
= String Function<T, R>(BuildContext context, String name, {Object? arguments, R? result})
-
-
RePushAndRemoveUntil
= Future<String?> Function(String newRouteName, RoutePredicate predicate, {Object? arguments})
-
-
RePushAndRemoveUntilNative
= String Function<T extends Object?>(BuildContext context, String newRouteName, RoutePredicate predicate, {Object? arguments})
-
-
RePushNamed
= Future<String?> Function(String name, {Object? arguments})
-
-
RePushNamedNative
= String Function<T>(BuildContext context, String name, {Object? arguments})
-
-
RePushReplace
= Future<String?> Function<R extends Object>(String name, {Object? arguments, R? result})
-
-
RePushReplaceNative
= String Function<T, R>(BuildContext context, String name, {Object? arguments, R? result})
-