span property

num span

Sets or retrieves the number of columns in the group.

MDN Reference

Implementation

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

Implementation

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