circleAvatarWidget method
Implementation
Widget circleAvatarWidget(Widget current) => CircleAvatar(
backgroundColor: color,
backgroundImage: backgroundImage,
onBackgroundImageError: onBackgroundImageError,
foregroundColor: foregroundColor,
radius: radius,
minRadius: minRadius,
maxRadius: maxRadius,
child: current);