StandaloneGlassLockCard constructor

const StandaloneGlassLockCard({
  1. Key? key,
  2. required SecurityLockController controller,
  3. required TextEditingController passwordController,
  4. required String title,
  5. required String description,
})

Implementation

const StandaloneGlassLockCard({
  super.key,
  required this.controller,
  required this.passwordController,
  required this.title,
  required this.description,
});