cols property

String get cols

Sets or retrieves the frame widths of the object. @deprecated

Implementation

_i2.String get cols => _i4.getProperty(
      this,
      'cols',
    );
set cols (String value)

Implementation

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