currentTitle property

String get currentTitle

The current title value (non-reactive).

For reactive access, use observableTitle instead.

Implementation

String get currentTitle => _observableTitle.value;