bottomSheetModalElevation property

double? bottomSheetModalElevation
final

Elevation of modal BottomSheet.

If null, defaults to kBottomSheetModalElevation = 2, if useMaterial3 is true, and to kBottomSheetModalElevationM2 = 8 if false.

Implementation

final double? bottomSheetModalElevation;