blob: c81eca374f47db3b7148a65b1e5bd990c5ba7646 [file] [log] [blame]
import 'main_lib.dart';
class Offset {}
class PlatformViewRenderBox extends RenderBox with _PlatformViewGestureMixin {}
mixin _PlatformViewGestureMixin on RenderBox implements MouseTrackerAnnotation {
bool hitTestSelf(Offset position) =>
_hitTestBehavior != PlatformViewHitTestBehavior.transparent;
}
main() {}