UserInfoCard constructor
const
UserInfoCard({
- Key? key,
- UserInfo? userInfo,
- BarCodeMode? codeMode,
- bool enableBarCode = false,
Implementation
const UserInfoCard({
super.key,
this.userInfo,
this.codeMode,
this.enableBarCode = false,
});