SessionTimeoutAlert constructor

const SessionTimeoutAlert({
  1. Key? key,
  2. required int modalCountdown,
  3. required String? recordingDoctorSurName,
  4. CountdownTimer? countdownTimer,
})

Implementation

const SessionTimeoutAlert({
  Key? key,
  required this.modalCountdown,
  required this.recordingDoctorSurName,
  this.countdownTimer,
}) : super(key: key);