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