FlowerPage<T> class 
 
    
    
    
  
    Constructors
    
        - 
          FlowerPage({required String name, required FlowerPageBuilder page, String? title, bool? participatesInRootNavigator, double gestureWidth(BuildContext context)?, bool maintainState = true, Curve curve = Curves.linear, Alignment? alignment, Map<String, String>? parameters, bool opaque = true, Duration? transitionDuration, Duration? reverseTransitionDuration, bool? popGesture, BindingsInterface? binding, List<BindingsInterface> bindings = const [], List<Bind> binds = const [], Transition? transition, CustomTransition? customTransition, bool fullscreenDialog = false, List<FlowerPage> children = const <FlowerPage>[], List<FlowerMiddleware>? middlewares, FlowerPage? unknownRoute, Object? arguments, bool showCupertinoParallax = true, bool preventDuplicates = true, PreventDuplicateHandlingMode preventDuplicateHandlingMode = PreventDuplicateHandlingMode.reorderRoutes, Completer<T?>? completer, LocalKey? key})
        
 
        - 
          
        
 
    
   
    
  
    
  
    Methods
    
        - 
  canUpdate(Page other)
    → bool
  
  
 
- 
  Whether this page can be updated with the 
other page.
  inherited
 
        - 
  copy({LocalKey? key, String? name, FlowerPageBuilder? page, bool? popGesture, Map<String, String>? parameters, String? title, Transition? transition, Curve? curve, Alignment? alignment, bool? maintainState, bool? opaque, List<BindingsInterface>? bindings, BindingsInterface? binding, List<Bind>? binds, CustomTransition? customTransition, Duration? transitionDuration, Duration? reverseTransitionDuration, bool? fullscreenDialog, RouteSettings? settings, List<FlowerPage<T>>? children, FlowerPage? unknownRoute, List<FlowerMiddleware>? middlewares, bool? preventDuplicates, double gestureWidth(BuildContext context)?, bool? participatesInRootNavigator, Object? arguments, bool? showCupertinoParallax, Completer<T?>? completer})
    → FlowerPage<T>
  
  
 
- 
  
  
 
        - 
  createRoute(BuildContext context)
    → Route<T>
  
  
 
- 
  Creates the Route that corresponds to this page.
  
override
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
override