shadowColor property

Color shadowColor
getter/setter pair

The shadow color applied on the notification widget by defualt it's Colors.grey for types constructors (Success, Info, Delete) this parameter is unchangeable

Implementation

late Color shadowColor = Colors.grey;