state property

StateX<StatefulWidget>? state
inherited

The current StateX object.

Implementation

StateX? get state => _stateX;