FAvatarStyle constructor
const
FAvatarStyle({})
Creates a FAvatarStyle.
Implementation
const FAvatarStyle({
required this.backgroundColor,
required this.foregroundColor,
required this.textStyle,
this.fadeInDuration = const Duration(milliseconds: 500),
});