SILProfileAvatar constructor

const SILProfileAvatar({
  1. required String photoPath,
})

Implementation

const SILProfileAvatar({required this.photoPath});