firstState property
      
      StateX<StatefulWidget> ?
      get
      firstState
      
    
    
Return the first State object
Implementation
StateX? get firstState => _stateXSet.isEmpty ? null : _stateXSet.first;Return the first State object
StateX? get firstState => _stateXSet.isEmpty ? null : _stateXSet.first;