cols property
num
get
cols
Sets or retrieves the width of the object.
Implementation
_i2.num get cols => _i4.getProperty(
this,
'cols',
);
set
cols
(num value)
Implementation
set cols(_i2.num value) {
_i4.setProperty(
this,
'cols',
value,
);
}