normalShadow property

BoxShadow normalShadow
final

BoxShadow when the widget is not being dragged, default to

const BoxShadow(
    color: Colors.black38,
   offset: Offset(0, 4),
   blurRadius: 2,
 ),

Implementation

final BoxShadow normalShadow;