AvatarHandler constructor
const
AvatarHandler({
- Key? key,
- required BuildContext context,
- required List<
User> author,
Implementation
const AvatarHandler({
super.key,
required this.context,
required this.author,
});