isLoading property

bool get isLoading

Indicates if the texture is still loading.

Implementation

bool get isLoading => texture.isLoading;