WidgetAvatar.withoutBorder constructor
const
WidgetAvatar.withoutBorder({})
Implementation
const WidgetAvatar.withoutBorder({
Key? key,
required this.imageUrl,
required double radius,
this.placeholderBuilder,
this.onTap,
this.errorAsset,
}) : isWithoutBorder = true,
radius1 = radius,
radius2 = radius,
radius3 = radius,
borderColor = Colors.transparent,
backgroundColor = Colors.transparent,
super(key: key);