highValue property

double get highValue

Returns 5% of the screen height

Implementation

double get highValue => height * 0.05;