children property

List<AvatarWidget> children
final

List of avatar widgets to arrange in overlapping layout.

The first avatar in the list serves as the base position, with subsequent avatars overlapping according to alignment.

Implementation

final List<AvatarWidget> children;