shadowColor property
final
The color of the shadow below the sheet.
If this property is null, then BottomSheetThemeData.shadowColor of ThemeData.bottomSheetTheme is used. If that is also null, the default value is transparent.
See also:
Implementation
final Color? shadowColor;