We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1878806 commit 147e23dCopy full SHA for 147e23d
lib/ui/page/home_page.dart
@@ -154,6 +154,7 @@ class HomePage extends StatelessWidget {
154
showModalBottomSheet(
155
context: context,
156
builder: (context) => Material(
157
+ clipBehavior: Clip.antiAlias,
158
color: Colors.white,
159
shape: RoundedRectangleBorder(
160
borderRadius: new BorderRadius.only(
0 commit comments