imageSticksToScreenWidth property

bool imageSticksToScreenWidth

Determines if the image sticks to the screen width based on the image width and content constraints.

Implementation

bool get imageSticksToScreenWidth => _imgWidth >= editorBodySize.width;