bottomSheetRadius property

double? bottomSheetRadius
final

Border radius value for BottomSheet.

If not defined and defaultRadius is undefined, defaults to kBottomSheetBorderRadius 28.

FCS default, follows the Material M3 guide: https://m3.material.io/components/text-fields/specs

Implementation

final double? bottomSheetRadius;