|
|
|
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using UIWidgets.gestures; |
|
|
|
using UIWidgets.painting; |
|
|
|
using UIWidgets.ui; |
|
|
|
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
context.pushClipRect(this.needsCompositing, offset, Offset.zero & this.size, this.defaultPaint); |
|
|
|
} |
|
|
|
|
|
|
|
protected override bool hitTestChildren(HitTestResult result, Offset position = null) { |
|
|
|
return defaultHitTestChildren(result, position: position); |
|
|
|
} |
|
|
|
} |
|
|
|
} |