FactContainer constructor Null safety

FactContainer(
  1. {Key? key,
  2. required Function removeFact,
  3. FactController? controllers}
)

Implementation

FactContainer({Key? key, required this.removeFact, this.controllers})
    : super(key: key);