ariaColSpan property

String? ariaColSpan

Implementation

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

Implementation

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