state property
StateX<StatefulWidget> ?
get
state
Supply the State object
Implementation
StateX? get state => _stateX;
Implementation
set state(covariant StateX? state) => _stateX = state;
Supply the State object
StateX? get state => _stateX;
set state(covariant StateX? state) => _stateX = state;