GlobalFlows class

Contain bundle between id's page and WidgetBuilder function. It's must contain following thing:

  • Global page, that shouldn't be presented with bottom navigation bar;
  • BottomNavigationPage, that already included inside lib, but we also must initialized it's dependencies;
  • Nested page, that should be presented with bottom navigation bar, but are not the root of bottom bar items;

Constructors

GlobalFlows(Map<String, WidgetBuilder> flows)

Properties

flows Map<String, WidgetBuilder>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited