SILProfileAvatar constructor

const SILProfileAvatar({
  1. required String? photoUrl,
})

Implementation

const SILProfileAvatar({required this.photoUrl});