LockScreen constructor
const
LockScreen({
- Key? key,
- required double opacity,
- required ValueNotifier<
bool> lockNotifier,
Implementation
const LockScreen({
super.key,
required this.opacity,
required this.lockNotifier,
});