menu
instafido package
documentation
success.dart
ShowSuccess
ShowSuccess const constructor
ShowSuccess const constructor
dark_mode
light_mode
ShowSuccess
constructor
const
ShowSuccess
(
{
Key
?
key
,
required
String
scanId
,
required
String
msg
,
})
Implementation
const ShowSuccess({Key? key, required this.scanId, required this.msg}) : super(key: key);
instafido package
documentation
success
ShowSuccess
ShowSuccess const constructor
ShowSuccess class