ProfilePictureWidget constructor
const
ProfilePictureWidget({})
Implementation
const ProfilePictureWidget(
{required this.imageUrl,
required this.size,
super.key,
this.editable = false,
this.padding = EdgeInsets.zero,
this.page = false,
this.onEdit});