initials property

String? initials
final

The user's initials. Typically up to 3 initials are used, although it can be higher if necessary by changing the textStyle to use a smaller font size and weight.

If image and initials are both not null, image will get priority.

Implementation

final String? initials;