UserAvatar constructor
const
UserAvatar({
- Key? key,
- FirebaseAuth? auth,
- double? size,
- ShapeBorder? shape,
- Color? placeholderColor,
Implementation
const UserAvatar({
Key? key,
this.auth,
this.size,
this.shape,
this.placeholderColor,
}) : super(key: key);