Shadow constructor
const
Shadow({})
Creates a box shadow value.
Implementation
const Shadow({
this.x = 0,
this.y = 1,
this.blur = 2,
this.spread = 0,
required this.color,
this.inset = false,
});
Creates a box shadow value.
const Shadow({
this.x = 0,
this.y = 1,
this.blur = 2,
this.spread = 0,
required this.color,
this.inset = false,
});