LeakedInfoPage constructor
const
LeakedInfoPage({
- Key? key,
- required List<
LeakedInfo> leakInfoList, - required Function popCallback,
Implementation
const LeakedInfoPage(
{Key? key, required this.leakInfoList, required this.popCallback})
: super(key: key);