RedirectPointer constructor
const
RedirectPointer({
- Key? key,
- Widget? child,
- List<
GlobalKey< above = const [],State< >StatefulWidget> > - List<
GlobalKey< below = const [],State< >StatefulWidget> >
Implementation
const RedirectPointer({
super.key,
super.child,
this.above = const [],
this.below = const [],
});