TodayMemberCard constructor
const
TodayMemberCard({})
Implementation
const TodayMemberCard({
super.key,
required this.identifier,
required this.wallets,
required this.onClickEdit,
this.departments,
this.proxy,
this.hasExternal = false,
this.onPressedDepartments,
this.onPressedExternal,
this.maxWidth,
});