NeedCheckSubScreen constructor Null safety

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

Implementation

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