bottomSheetElevation property

double? bottomSheetElevation
final

Elevation of none modal BottomSheet.

If null, defaults to kBottomSheetElevation = 1, if useMaterial3 is true, and to kBottomSheetElevationM2 = 4, if false.

Implementation

final double? bottomSheetElevation;