setAntiAlias method
Sets whether to apply anti-aliasing when drawing with this paint.
Implementation
void setAntiAlias(bool value) {
_paint.isAntiAlias = value;
}
Sets whether to apply anti-aliasing when drawing with this paint.
void setAntiAlias(bool value) {
_paint.isAntiAlias = value;
}