AnimatedLock constructor
const
AnimatedLock({})
Implementation
const AnimatedLock(
{Key? key,
required this.controller,
required this.showSwitch,
required this.lockedColor,
required this.unlockedColor,
required this.overlayColor,
this.size,
this.lockRadius = 70})
: super(key: key);