RenderRedirectPointer constructor
RenderRedirectPointer({
- RenderBox? child,
- List<
GlobalKey< below = const [],State< >StatefulWidget> > - List<
GlobalKey< above = const [],State< >StatefulWidget> >
Implementation
RenderRedirectPointer({
RenderBox? child,
this.below = const [],
this.above = const [],
}) : super(child);