OnboardingStepRenderInfo class

Constructors

OnboardingStepRenderInfo({required String titleText, required TextStyle titleStyle, required String bodyText, required TextStyle bodyStyle, required Size size, required VoidCallback nextStep, required VoidCallback close})

Properties

bodyStyle TextStyle
The resolved active TextStyle for bodyText
final
bodyText String
The bodyText for the current step
final
close VoidCallback
Callback for closing the Onboarding. Won't work if manualControl is false
final
hashCode int
The hash code for this object.
no setterinherited
nextStep VoidCallback
Callback for navigating to next step. Won't work if manualControl is false
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
The calculated max size for the current step label box
final
titleStyle TextStyle
The resolved active TextStyle for this title
final
titleText String
The title for the current step
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