bottomsheetRadius top-level constant
RoundedRectangleBorder
const bottomsheetRadius
Implementation
const bottomsheetRadius = RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(24),
topRight: Radius.circular(24),
));