calendarHeaderBoxShadow constant
BoxShadow
const calendarHeaderBoxShadow
Implementation
static const calendarHeaderBoxShadow = BoxShadow(
color: Colors.black12,
blurRadius: 10.0, // has the effect of softening the shadow
spreadRadius: 0, // has the effect of extending the shadow
offset: Offset(
0, // horizontal, move right 10
2, // vertical, move down 10
),
);