lowValue property

double get lowValue

Returns 1% of the screen height

Implementation

double get lowValue => height * 0.01;