menu
arcane package
documentation
generated/arcane_shadcn/src/components/display/avatar.dart
AvatarBadge
AvatarBadge const constructor
AvatarBadge const constructor
dark_mode
light_mode
AvatarBadge
constructor
const
AvatarBadge
(
{
Key
?
key
,
Widget
?
child
,
double
?
size
,
double
?
borderRadius
,
Color
?
color
,
})
Implementation
const AvatarBadge({ super.key, this.child, this.size, this.borderRadius, this.color, });
arcane package
documentation
generated/arcane_shadcn/src/components/display/avatar
AvatarBadge
AvatarBadge const constructor
AvatarBadge class