paint abstract method

FutureOr<bool> paint(
  1. PCanvas pCanvas
)

The paint operations.

Implementation

FutureOr<bool> paint(PCanvas pCanvas);