AureusNavigationTree class

A navigation tree that holds all of the values about what widgets to call in different templates. When Aureus uses a template screen for you, the entry and exit points from specific templates will come from this navigation tree.

Constructors

AureusNavigationTree({Widget? splashScreen, required Widget homeScreen, Widget? settings, Widget? onboardingLanding, Widget? onboardingDemo, Widget? onboardingInformation, Widget? signIn, Widget? signUp, Widget? helpCenter, Widget? contactSupport})
const

Properties

contactSupport Widget?
A 'contact us' page or form (if you have programmed one). If this is blank, Aureus will default to sending people to your support email.
final
hashCode int
The hash code for this object.
no setterinherited
helpCenter Widget?
A templated help center that addresses common questions / concerns from users.
final
homeScreen Widget
The entry point into your software.
final
onboardingDemo Widget?
The entry point into your software. (For use in OnboardingLandingView)
final
onboardingInformation Widget?
The entry point into your software. (For use in OnboardingLandingView)
final
onboardingLanding Widget?
Where your users land for onboarding. (For use in OnboardingLandingView)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Widget?
Where your settings are.
final
signIn Widget?
A sign in screen.
final
signUp Widget?
A sign up screen
final
splashScreen Widget?
A splash screen with what users first see.
final

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