noHref property

bool noHref

Sets or gets whether clicks in this region cause action. @deprecated

MDN Reference

Implementation

_i2.bool get noHref => _i4.getProperty(
      this,
      'noHref',
    );
void noHref=(bool value)

Implementation

set noHref(_i2.bool value) {
  _i4.setProperty(
    this,
    'noHref',
    value,
  );
}