ViewShadow constructor
ViewShadow({})
Implementation
ViewShadow(
{Key? key,
required this.views,
this.offset = const Offset(-1, -2),
this.radius = 0,
this.blurRadius = 5,
this.colorShadow = colorShadown,
this.height = 80.0,
this.width,
this.padding = true})
: super(key: key);