SafaehFeedbackInsetBuilder typedef

SafaehFeedbackInsetBuilder = double Function(BuildContext context)

Resolves extra bottom clearance for feedback overlays.

The returned value is added above the system safe-area inset. Hosts can use it to keep feedback above a floating bottom navigation bar without coupling Safaeh to an application's shell state.

Implementation

typedef SafaehFeedbackInsetBuilder = double Function(BuildContext context);