shadow property

List<BoxShadow>? shadow
final

The shadow which is drawn beneath the clip circle. The default is kDefaultShadow. To disable the shadow, set shadow to null.

Implementation

final List<BoxShadow>? shadow;