Paint constructor Null safety
Constructs an empty Paint object with all fields initialized to their defaults.
Implementation
Paint() {
if (enableDithering) {
_dither = true;
}
}
Constructs an empty Paint object with all fields initialized to their defaults.
Paint() {
if (enableDithering) {
_dither = true;
}
}