FactContainer constructor Null safety
- {Key? key,
- required Function removeFact,
- FactController? controllers}
Implementation
FactContainer({Key? key, required this.removeFact, this.controllers})
: super(key: key);
FactContainer({Key? key, required this.removeFact, this.controllers})
: super(key: key);