onFocusChange property

MetaCell<bool>? get onFocusChange
inherited

MetaCell that is updated whenever the focus state of the button changes.

The value of the cell is true when the button is focussed and false otherwise.

Implementation

MetaCell<bool>? get onFocusChange;