beamTo property

(BeamLocation<BeamState> Function(BuildContext context)?) beamTo
getter/setter pair

If guard check returns false, build a BeamLocation to be beamed to.

showPage has precedence over this attribute.

Implementation

BeamLocation Function(BuildContext context)? beamTo;