blob: 02f0f7c79ed60f0a540201e2d5e47e7142a16042 [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() {}