BottomSheetShape constant
ShapeBorder
const BottomSheetShape
BottomSheetShape bottom dialog outer shape
Implementation
static const ShapeBorder BottomSheetShape = RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(16), topRight: Radius.circular(16)));