state property
LVState
get
state
Implementation
LVState get state => _state;
set
state
(LVState value)
Implementation
set state(LVState value) {
_state = value;
_handle(value);
}