LeaksDoctorDetailPage constructor

const LeaksDoctorDetailPage({
  1. Key? key,
  2. required LeaksMsgInfo leaksMsgInfo,
})

Implementation

const LeaksDoctorDetailPage({Key? key, required this.leaksMsgInfo})
    : super(key: key);