stackedReductionFactor property

List<double> stackedReductionFactor
final

Only used with mode == GroupAvatarMode.stackedCircles. Determines the size of each individual image, compared to the widget size. The list must have 4 values. Index 0 will be if the GroupAvatar only has 1 image. Index 1 for 2 images. Index 3 for 3 images. Index 4 for 4 images or more. The default is 1.0, 1.25, 1.4, 1.5, 1.0 resulting in size and 1.5 resulting in size/1.5.

Implementation

final List<double> stackedReductionFactor;