ShowSuccess constructor

const ShowSuccess({
  1. Key? key,
  2. required String scanId,
  3. required String msg,
})

Implementation

const ShowSuccess({Key? key, required this.scanId, required this.msg})
    : super(key: key);