EasyAvatar constructor

const EasyAvatar(
  1. {Key? key,
  2. required String src,
  3. EasyAvatarSize? size,
  4. EasyAvatarShape? shape,
  5. double? customerSize}
)

Implementation

const EasyAvatar({
  Key? key,
  required this.src,
  this.size,
  this.shape,
  this.customerSize,
}) : super(key: key);