check property

bool Function(BuildContext context, BeamLocation<BeamState> location) check
getter/setter pair

What check should be performed on a given location, the one to which beaming has been requested.

context is also injected to fetch data up the tree if necessary.

Implementation

bool Function(BuildContext context, BeamLocation location) check;