Last updated:
0 purchases
face pile
face_pile #
Displays a stacked list of users. Each circle represents a person and contains their image. This widget is usually used when sharing who has access to a specific view or file, or when assigning tasks to someone in a workflow
Usage #
FacePile(
radius: 32,
space: 40,
images: [
NetworkImage("https://i.pravatar.cc/300?img=1"),
NetworkImage("https://i.pravatar.cc/300?img=2"),
NetworkImage("https://i.pravatar.cc/300?img=3"),
NetworkImage("https://i.pravatar.cc/300?img=4"),
],
),
copied to clipboard
Contribute #
Some of the best ways to contribute are to try things out, file issues, and make pull-requests.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.