RPInstructionStep class
A step which can be used to communicate instructions to the participants Usually it is used as the first step in a Task.
Constructors
Properties
- detailText ↔ String
-
The text which is shown in a new window by pressing the "Learn more" button. If
null
, no "Learn more" button is shown.read / write - footnote ↔ String
-
Optional footnote to appear on the bottom of the screen
read / write
- imagePath ↔ String
-
The path of the image to show during the Instruction Step (e.g.: "assets/picture.png"). If
null
nothing is shown.read / write - stepWidget → Widget
-
The widget (UI representation) of the step
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- identifier → String
-
A unique identifier of the Step. This identifier connects the Step to its result (RPResult) object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text ↔ String
-
The text of the Step. Different types of Steps are using the text text differently. [...]
read / write, inherited
- title ↔ String
-
The title text. Different types of Steps are using the title text differently. [...]
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited