LeakedInfoPage constructor

const LeakedInfoPage({
  1. Key? key,
  2. required List<LeakedInfo> leakInfoList,
  3. required Function popCallback,
})

Implementation

const LeakedInfoPage(
    {Key? key, required this.leakInfoList, required this.popCallback})
    : super(key: key);