imagePath property

String imagePath

The path of the image to show during the Instruction Step (e.g.: "assets/picture.png"). If null nothing is shown.

Implementation

String get imagePath => this._imagePath;
void imagePath= (String imagePath)

Implementation

set imagePath(String imagePath) {
  this._imagePath = imagePath;
}