M3EInteractionState constructor
const
M3EInteractionState({})
Creates an interaction state snapshot.
Implementation
const M3EInteractionState({
this.hovered = false,
this.focused = false,
this.pressed = false,
this.dragged = false,
});