shadow property

BoxShadow? shadow
final

The shadow below the slider. Defaults to BoxShadow(color: Colors.black38, offset: Offset(0, 2),blurRadius: 2,spreadRadius: 0,).

Implementation

final BoxShadow? shadow;