lockScreen property

LockScreenBuilder? lockScreen
final

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;