blockSizeVertical property

double get blockSizeVertical

Returns the vertical block size, which is the height divided by 100.

Implementation

double get blockSizeVertical => height / 100;