How To Cahnge Showmodalbottomsheet Border Shape In Flutter

[Solved] How To Cahnge Showmodalbottomsheet Border Shape In Flutter | Dart - Code Explorer | yomemimo.com
Question : how to cahnge showModalbottomsheet border shape in flutter

Answered by : ahmed-gamal-wqax7furk2uo

 showModalBottomSheet( context: context, shape: const RoundedRectangleBorder( // <-- SEE HERE borderRadius: BorderRadius.vertical( top: Radius.circular(25.0), ), ),

Source : | Last Update : Thu, 25 Aug 22

Answers related to how to cahnge showmodalbottomsheet border shape in flutter

Code Explorer Popular Question For Dart