NUIOutlineCircleAvatar constructor
NUIOutlineCircleAvatar({})
Implementation
NUIOutlineCircleAvatar({
Key? key,
required this.image,
required this.radius,
this.thickness = 1,
this.outlineColor = NUIColors.NUIBlack,
this.innerColor = NUIColors.NUIWhite
}) : super(key: key);