ariaColSpan property

String? get ariaColSpan

Implementation

String? get ariaColSpan => js_util.getProperty(this, 'ariaColSpan');
set ariaColSpan (String? newValue)

Implementation

set ariaColSpan(String? newValue) {
  js_util.setProperty(this, 'ariaColSpan', newValue);
}