onHover property
Meta cell that is updated whenever the hover state of the button changes.
The value of the cell is true when hovering over the button and false otherwise.
Implementation
MetaCell<bool>? get onHover;
Meta cell that is updated whenever the hover state of the button changes.
The value of the cell is true when hovering over the button and false otherwise.
MetaCell<bool>? get onHover;