AppOnboardRF class

Constructors

AppOnboardRF.new({Widget? language, dynamic splash, @required dynamic intro, Widget? login, Widget? otp, Widget? initialSetup, @required dynamic home})

Properties

hashCode int
The hash code for this object.
no setterinherited
home ↔ dynamic
getter/setter pair
initialSetup Widget?
getter/setter pair
intro ↔ dynamic
getter/setter pair
language Widget?
getter/setter pair
login Widget?
getter/setter pair
otp Widget?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splash ↔ dynamic
getter/setter pair

Methods

logout() → dynamic
next() → dynamic
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

Static Properties

currentStep int
getter/setter pair
isLanguageLoaded bool
getter/setter pair
onboardItemList List
getter/setter pair
onboardItems AppOnboardRF?
getter/setter pair

Static Methods

addItem(Configuration _configuration, OnboardItemsRF item) → dynamic
loadOnboardItems(AppOnboardRF items) → dynamic
onboardWidget(dynamic source) → dynamic