Scanner constructor
Scanner({})
Implementation
Scanner({
required this.typeOfCode,
required this.title,
required this.centerTitle,
required this.backgroundColor,
required this.foregroundColor,
});
Scanner({
required this.typeOfCode,
required this.title,
required this.centerTitle,
required this.backgroundColor,
required this.foregroundColor,
});