avatars property

List<ImageProvider<Object>> avatars
final

List of avatars. If you have avatars in Internet you can use NetworkImage, for assets you can use ExactAssetImage, for file you can use FileImage. hashCode is used to distinguish images from each other.

Implementation

final List<ImageProvider<Object>> avatars;