avatarBorder property

  1. @override
ShapeBorder avatarBorder
final

The shape of the translucent highlight painted over the avatar when the selected property is true.

Only the outer path of the shape is used.

Defaults to CircleBorder.

Implementation

@override
final ShapeBorder avatarBorder;