Fonctionnement de la feuille de bas

  Inside showModalBottomSheet you can use a property
  "shape" to display a bottomSheet with circlar shape 
  shape: RoundedRectangleBorder(
     borderRadius: BorderRadius.circular(10.0),
  ),
Luqman Tuke