percentHeight property

dynamic get percentHeight

Implementation

get percentHeight => (currentHeight - minHeight).abs() / maxHeight;