defaultValue property

double get defaultValue

Default value is 2% of the screen height

Implementation

double get defaultValue => height * 0.02;