getBitmapShader method
Returns the bitmap shader for this paint, if any.
Implementation
SymbolImage? getBitmapShader() {
return _shaderBitmap;
}
Returns the bitmap shader for this paint, if any.
SymbolImage? getBitmapShader() {
return _shaderBitmap;
}