cols property

int cols

Implementation

int get cols => js_util.getProperty(this, 'cols');
void cols=(int newValue)

Implementation

set cols(int newValue) {
  js_util.setProperty(this, 'cols', newValue);
}