getOpacity method
Returns the current opacity.
Implementation
double getOpacity({T? paintId}) {
return getPaint(paintId).color.opacity;
}
Returns the current opacity.
double getOpacity({T? paintId}) {
return getPaint(paintId).color.opacity;
}