imageSmoothingEnabled property Null safety
Whether images and patterns on this canvas will be smoothed when this canvas is scaled.
Other resources
- Image smoothing from WHATWG.
Implementation
bool? get imageSmoothingEnabled native;
Implementation
set imageSmoothingEnabled(bool? value) native;