stackedBorder property

Border? stackedBorder
final

The border for each loaded image. Only used with mode == GroupAvatarMode.stackedCircles. Usually you will want to pass something like this: Border.all(color: Theme.of(context).backgroundColor, width: 2.0). Default is no border.

Implementation

final Border? stackedBorder;