onHover property

MetaCell<bool>? get onHover
inherited

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;