BlockFocus constructor

BlockFocus({
  1. required Widget child,
  2. bool blocking = true,
  3. Key? key,
})

Implementation

BlockFocus({required this.child, this.blocking = true, super.key});