otherAccountsPictures property

List<Widget>? otherAccountsPictures
final

A list of widgets that represent the current user's other accounts. Up to three of these widgets will be arranged in a row in the header's upper-right corner. Normally a list of CircleAvatar widgets.

Implementation

final List<Widget>? otherAccountsPictures;