shadowColor property

Color? shadowColor
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:

  • elevation, which defines the size of the shadow below the sheet.
  • shape, which defines the shape of the sheet and its shadow.

Implementation

final Color? shadowColor;