hideButtons property

  1. @Input.new()
bool hideButtons
getter/setter pair

Whether the buttons should be hidden on this step.

Implementation

@Input()
bool hideButtons = false;