blockSize property
double
get
blockSize
Implementation
double get blockSize => js_util.getProperty(this, 'blockSize');
set
blockSize
(double newValue)
Implementation
set blockSize(double newValue) {
js_util.setProperty(this, 'blockSize', newValue);
}