action property
The Action to take when clicking on the button.
Currently, the two must be set together: action.isSet() iff actionButton.isSet()
Optional.
Implementation
Action? action;
The Action to take when clicking on the button.
Currently, the two must be set together: action.isSet() iff actionButton.isSet()
Optional.
Action? action;