state property

StateX<StatefulWidget>? get state

The current StateX object.

Implementation

StateX? get state => _stateX;