avatarUrl property
The url to the account's avatar image. Pass this into a Image.network and it will load the avatar image.
Implementation
@override
String? get avatarUrl => _avatarUrl;
The url to the account's avatar image. Pass this into a Image.network and it will load the avatar image.
@override
String? get avatarUrl => _avatarUrl;