createBlank method

  1. @override
PCanvasPixelsABGR createBlank(
  1. int width,
  2. int height
)
override

Creates a blank PCanvasPixels instance with the same format of this one.

Implementation

@override
PCanvasPixelsABGR createBlank(int width, int height) =>
    PCanvasPixelsABGR.blank(width, height);