paintLoading method
The paint operations while the canvas is loading. See isLoadingResources.
Implementation
@override
FutureOr<bool> paintLoading(PCanvas pCanvas) => true;
The paint operations while the canvas is loading. See isLoadingResources.
@override
FutureOr<bool> paintLoading(PCanvas pCanvas) => true;