drawPaint method

  1. @override
void drawPaint(
  1. Paint paint
)
override

Fills the canvas with the given Paint.

To fill the canvas with a solid color and blend mode, consider drawColor instead.

Implementation

@override
void drawPaint(Paint paint) {}