state property

_WebPageWrapperState? get state

Provide its State object

Implementation

_WebPageWrapperState? get state => _state.isNotEmpty ? _state.single : null;