UserInfoCard constructor

const UserInfoCard({
  1. Key? key,
  2. UserInfo? userInfo,
  3. BarCodeMode? codeMode,
  4. bool enableBarCode = false,
})

Implementation

const UserInfoCard({
  Key? key,
  this.userInfo,
  this.codeMode,
  this.enableBarCode = false,
}) : super(key: key);