dispose method
void
dispose()
Disposes the bitmap shader associated with this paint, if any.
Implementation
void dispose() {
_shaderBitmap?.dispose();
}
Disposes the bitmap shader associated with this paint, if any.
void dispose() {
_shaderBitmap?.dispose();
}