Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalha07 committed May 23, 2024
1 parent 287b2ed commit b90f995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ You can also provide list of `AvatarInfo` in `parentBadges` or `groupAvatars` in
avatar: NetworkImage(*someImageLink*)),
parentBadges: [
// more `AvatarInfo` here.
]
],
size: 20,
parentBadgesSize: 10,
);
return ActerAvatar(
options: avatarOptions,
),
);
```

For more info regarding avatar usage. See our `Example` section.
Expand Down

0 comments on commit b90f995

Please sign in to comment.