blockSizeVertical property
double
get
blockSizeVertical
Returns the vertical block size, which is the height divided by 100.
Implementation
double get blockSizeVertical => height / 100;
Returns the vertical block size, which is the height divided by 100.
double get blockSizeVertical => height / 100;