FAvatar.raw constructor
FAvatar.raw({
- Widget? child,
- FAvatarStyle? style,
- double size = 40.0,
- Key? key,
Creates a FAvatar without a fallback.
Implementation
FAvatar.raw({
Widget? child,
this.style,
this.size = 40.0,
super.key,
}) : child = child ?? PlaceholderContent(style: style, size: size);