WidgetBoxShadow constructor
const
WidgetBoxShadow({})
Implementation
const WidgetBoxShadow(
{Key? key,
this.height = 0,
this.width = 0,
this.circular = 12,
this.shadowColor,
this.spreadRadius = 4,
this.blurRadius = 8,
this.offset,
this.child})
: super(key: key);