Shadow constructor
const
Shadow({
- required double blur,
- double dx = 0,
- double dy = 0,
- double spread = 0,
- required ColorToken color,
Implementation
const Shadow({
required this.blur,
this.dx = 0,
this.dy = 0,
this.spread = 0,
required this.color,
});