imageSmoothingEnabled property Null safety

bool? imageSmoothingEnabled

Whether images and patterns on this canvas will be smoothed when this canvas is scaled.

Other resources

Implementation

bool? get imageSmoothingEnabled native;
void imageSmoothingEnabled=(bool? value)

Implementation

set imageSmoothingEnabled(bool? value) native;