ShadowedCircle constructor
const
ShadowedCircle({})
Implementation
const ShadowedCircle({super.key,
required this.child,
this.size = 100.0,
this.elevation = 5.0,
this.color = Colors.white,
this.shadowColor = Colors.black,
});