MShadow constructor

const MShadow({
  1. MColor? color,
  2. double blur = 8,
  3. double dx = 0,
  4. double dy = 2,
})

Implementation

const MShadow({this.color, this.blur = 8, this.dx = 0, this.dy = 2});