state property

StateX<StatefulWidget>? get state

The 'current' State object.

Implementation

StateX? get state => _state;