isLoading property

bool isLoading

Tells whether the controller is loading a page.

This is ignored in browsers.

Implementation

bool get isLoading => _isLoading;