heightChanged property

double heightChanged

Gets the change in height after the resize.

Implementation

double get heightChanged => newContentSize.height - oldContentSize.height;