preventDefault method

void preventDefault()

Implementation

void preventDefault() {
  _isDefaultPrevented = true;
}