HardBlockBuilder typedef

HardBlockBuilder = Widget Function(BuildContext context)

Builder for a custom hard-block screen overlay.

The returned widget must be fully opaque and fill the available space, otherwise the protected child content may be visible underneath.

Implementation

typedef HardBlockBuilder = Widget Function(BuildContext context);