ShadowCard constructor
ShadowCard({})
create BrnShadowCard
Implementation
ShadowCard(
{required this.child,
this.color = const Color(0xfffafafa),
this.shadowColor = const Color(0xffeeeeee),
this.padding = const EdgeInsets.all(0),
this.circular = 4.0,
this.blurRadius = 5.0,
this.spreadRadius = 0,
this.offset = Offset.zero,
this.borderWidth = 0.5});