span property
num
get
span
Sets or retrieves the number of columns in the group.
Implementation
_i2.num get span => _i4.getProperty(
this,
'span',
);
set
span
(num value)
Implementation
set span(_i2.num value) {
_i4.setProperty(
this,
'span',
value,
);
}