VxClipShadow constructor

VxClipShadow({
  1. required Color color,
  2. double elevation = 5,
})

Implementation

VxClipShadow({required this.color, this.elevation = 5});