cols property

num cols

Sets or retrieves the width of the object.

Implementation

_i2.num get cols => _i4.getProperty(
      this,
      'cols',
    );
void cols=(num value)

Implementation

set cols(_i2.num value) {
  _i4.setProperty(
    this,
    'cols',
    value,
  );
}