AuthFilterGate({Key? key, required this.child, this.authRequired = true}) : super(key: key, child: child);