SquareAvatarFilled constructor

SquareAvatarFilled({
  1. @required double? size,
  2. @required Color? avatarColor,
  3. String? username,
  4. String? profileImageUrl,
  5. ImageProvider<Object>? profileDecorImgType,
})

Implementation

SquareAvatarFilled(
    {@required this.size,
    @required this.avatarColor,
    this.username,
    this.profileImageUrl,
    this.profileDecorImgType});