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