canGoForward property

ValueNotifier<bool> canGoForward
final

Implementation

final ValueNotifier<bool> canGoForward = ValueNotifier<bool>(false);