paintLoading method

  1. @override
FutureOr<bool> paintLoading(
  1. PCanvas pCanvas
)
override

The paint operations while the canvas is loading. See isLoadingResources.

Implementation

@override
FutureOr<bool> paintLoading(PCanvas pCanvas) => true;