blockSizeHorizontal property
double
get
blockSizeHorizontal
Returns the horizontal block size, which is the width divided by 100.
Implementation
double get blockSizeHorizontal => width / 100;
Returns the horizontal block size, which is the width divided by 100.
double get blockSizeHorizontal => width / 100;