colSpan property

int get colSpan

Implementation

int get colSpan => js_util.getProperty(this, 'colSpan');
set colSpan (int newValue)

Implementation

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