imagePath property

String? imagePath
getter/setter pair

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

Remember to add images to use as an asset to your pubspec.yaml file.

If null nothing is shown.

Implementation

String? imagePath;