FluentAvatarState constructor
const
FluentAvatarState({
- required FluentAvatarActive active,
- required FluentAvatarColor color,
- required FluentAvatarSize size,
- required FluentAvatarShape shape,
- ImageProvider<
Object> ? image, - String? initials,
- Widget? icon,
- Widget? badge,
- String? semanticLabel,
Creates a resolved state.
Implementation
const FluentAvatarState({
required super.active,
required this.color,
required this.size,
required this.shape,
super.image,
super.initials,
super.icon,
super.badge,
super.semanticLabel,
});