COutline constructor
const
COutline({})
Implementation
const COutline({
Key? key,
required this.child,
this.color = CColors.white0,
this.outlineWidth = 8,
this.outlined = false,
this.animationDuration = 250,
this.borderRadius,
this.animationCurve = Curves.easeInOut,
}) : super(key: key);