IntroParams class

Parameters about a step.

Properties

actualCardAlign IntroCardAlign?
The final alignment of the intro card widget that relative to the highlighted widget.
no setter
cardRect Rect
The geometry for the intro card widget of this step.
no setter
context BuildContext
The context for the IntroStepTarget widget of this step.
no setter
controller IntroController
The controller for this demo flow.
no setter
hashCode int
The hash code for this object.
no setterinherited
highlightRect Rect
The geometry for the highlighted area of this step.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step int
The step number for this IntroStepTarget.
no setter
targetRect Rect
The geometry for the target widget of this step.
no setter

Methods

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

Operators

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