updateAll method
void
updateAll(
- T input
Implementation
void updateAll(T input) {
this.base = input;
this.disabled = input;
this.dragged = input;
this.error = input;
this.focused = input;
this.hovered = input;
this.pressed = input;
this.selected = input;
this.init = false;
}