UnLockButton constructor
const
UnLockButton({
- Key? key,
- required ValueNotifier<
bool> lockNotifier, - Widget? child,
- PlayerTheme? theme,
Implementation
const UnLockButton({
super.key,
required this.lockNotifier,
this.child,
this.theme,
});