PerflutterReportScreen constructor

const PerflutterReportScreen({
  1. Key? key,
  2. VoidCallback? onClose,
})

Creates a report screen.

Implementation

const PerflutterReportScreen({super.key, this.onClose});