SunlightBordered constructor
const
SunlightBordered({})
Implementation
const SunlightBordered({
super.key,
required this.child,
this.radius = 8.0,
this.strokeWidth = 2.0,
this.lightColor = Colors.white,
this.shadowColor = const Color(0x11000000),
this.clipBehavior = Clip.antiAlias,
});