percentHeight property

dynamic percentHeight

Implementation

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