HealthDoubtSubScreen constructor Null safety

HealthDoubtSubScreen(
  1. {Key? key,
  2. required ReportScreenVM vm,
  3. VoidCallback? onRefresh,
  4. VoidCallback? onLoading}
)

Implementation

HealthDoubtSubScreen({
  Key? key,
  required this.vm,
  this.onRefresh,
  this.onLoading,
}) : super(key: key);