AvatarWidget constructor
const
AvatarWidget({ - Key? key,
- Avatar? avatar,
- AvatarRadius? radius,
- String? title,
- int? color,
- double opacity = 1,
- bool isOnline = false,
- bool isAway = false,
- Widget? label,
- FutureOr<void> onForbidden()?,
- BoxShape shape = BoxShape.circle,
- Widget? child,
})
Implementation
const AvatarWidget({
super.key,
this.avatar,
this.radius,
this.title,
this.color,
this.opacity = 1,
this.isOnline = false,
this.isAway = false,
this.label,
this.onForbidden,
this.shape = BoxShape.circle,
this.child,
});