Showing
1 changed file
with
1 additions
and
1 deletions
@@ -49,7 +49,7 @@ class BarBottomSheet extends StatelessWidget { | @@ -49,7 +49,7 @@ class BarBottomSheet extends StatelessWidget { | ||
49 | flex: 1, | 49 | flex: 1, |
50 | fit: FlexFit.loose, | 50 | fit: FlexFit.loose, |
51 | child: Material( | 51 | child: Material( |
52 | - shape: RoundedRectangleBorder( | 52 | + shape: shape ?? RoundedRectangleBorder( |
53 | side: BorderSide(), | 53 | side: BorderSide(), |
54 | borderRadius: BorderRadius.only( | 54 | borderRadius: BorderRadius.only( |
55 | topLeft: _default_bar_top_radius, | 55 | topLeft: _default_bar_top_radius, |
-
Please register or login to post a comment