AccessGateBuilder typedef

AccessGateBuilder = Widget Function(BuildContext context, bool allowed)

A builder function that renders a widget based on the access result.

Implementation

typedef AccessGateBuilder = Widget Function(BuildContext context, bool allowed);