image property
The image to show during the Instruction Step. If null
nothing is shown.
Implementation
Image get image => this._image;
Implementation
set image(Image image) {
this._image = image;
}
The image to show during the Instruction Step. If null
nothing is shown.
Image get image => this._image;
set image(Image image) {
this._image = image;
}