widthChanged property

double widthChanged

Gets the change in width after the resize.

Implementation

double get widthChanged => newContentSize.width - oldContentSize.width;