Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

bottomsheet shape flutter

  Inside showModalBottomSheet you can use a property
  "shape" to display a bottomSheet with circlar shape 
  shape: RoundedRectangleBorder(
     borderRadius: BorderRadius.circular(10.0),
  ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bottomsheet #shape #flutter
ADD COMMENT
Topic
Name
2+6 =