I didn't quite understand your question. Could you please clarify or provide more details, such as images or a video, if possible?
Also, if you're not already using this approach, please give it a try.
showModalBottomSheet(
context: context,
isScrollControlled: true,
backgroundColor: context.colorStyles.background,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(16.r)),
),
builder: (BuildContext context) {
return Wrap(
children: [
Column()]);
});