CatcherScreenshot constructor

const CatcherScreenshot({
  1. required Widget child,
  2. required Catcher catcher,
  3. Key? key,
})

Implementation

const CatcherScreenshot({
  required this.child,
  required this.catcher,
  super.key,
});