state property

State<StatefulWidget>? get state
inherited

The current State object.

Implementation

State? get state => _stateMVC;