isPointInStroke property
      
      bool Function([DOMPointInit?])
      get
      isPointInStroke
      
    
    
    
Implementation
_i2.bool Function([_i3.DOMPointInit?]) get isPointInStroke =>
    ([_i3.DOMPointInit? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'isPointInStroke',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
      
      set
      isPointInStroke
      (bool value([DOMPointInit?])) 
      
    
    
    
Implementation
set isPointInStroke(_i2.bool Function([_i3.DOMPointInit?]) value) {
  _i4.setProperty(
    this,
    'isPointInStroke',
    _i4.allowInterop(value),
  );
}