Answers for "how to give radius to the border of modalbottomsheet in flutter"

1

flutter showmodalbottomsheet circular radius top

shape: const RoundedRectangleBorder(borderRadius: BorderRadius.vertical(top: Radius.circular(20.0))),
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.only(topLeft: Radius.circular(20.0),topRight: Radius.circular(20.0))),
Posted by: Guest on August-23-2021

Code answers related to "how to give radius to the border of modalbottomsheet in flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language