lockScreen property
Custom lock screen builder function Takes (BuildContext context, VoidCallback onTap) and returns a Widget This is the preferred way to configure the lock screen
Implementation
final LockScreenBuilder? lockScreen;
Custom lock screen builder function Takes (BuildContext context, VoidCallback onTap) and returns a Widget This is the preferred way to configure the lock screen
final LockScreenBuilder? lockScreen;