circleAvatarWidget method

Widget circleAvatarWidget(
  1. Widget current
)

Implementation

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