Catcher2Screenshot constructor

const Catcher2Screenshot({
  1. Key? key,
  2. required Widget child,
  3. required Catcher2 catcher2,
})

Implementation

const Catcher2Screenshot({
  super.key,
  required this.child,
  required this.catcher2,
});