dispose method

void dispose()

Disposes the bitmap shader associated with this paint, if any.

Implementation

void dispose() {
  _shaderBitmap?.dispose();
}