UArCodeView constructor
const
UArCodeView({
- required Widget cardBuilder(
- BuildContext context,
- String code,
- UArProjection projection
- bool filter(
- String code
- void onCode(
- String code
- Duration scanInterval = const Duration(milliseconds: 700),
- int maxCodes = 8,
- UArLabels labels = const UArLabels(),
- UArStyle style = const UArStyle(),
- bool showCloseButton = true,
- Key? key,
Implementation
const UArCodeView({
required this.cardBuilder,
this.filter,
this.onCode,
this.scanInterval = const Duration(milliseconds: 700),
this.maxCodes = 8,
this.labels = const UArLabels(),
this.style = const UArStyle(),
this.showCloseButton = true,
super.key,
});