lockedBuilder property

(Widget Function(BuildContext context, SecureApplicationController? secureApplicationController)?) lockedBuilder
final

builder to display a child above the blurr window to allow your user to authenticate and unlock use the provided SecureApplicationController to unlock SecureApplicationController when user is authenticated

Implementation

final Widget Function(BuildContext context,
    SecureApplicationController? secureApplicationController)? lockedBuilder;