LockScreenBuilder typedef

LockScreenBuilder = Widget Function(LockScreenConfiguration configuration)

Descibes the UI of the lock screen given the LockScreenConfiguration

Implementation

typedef LockScreenBuilder = Widget Function(
  LockScreenConfiguration configuration,
);