Skip to content

Commit 147e23d

Browse files
committed
Clip behavior added
1 parent 1878806 commit 147e23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ui/page/home_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class HomePage extends StatelessWidget {
154154
showModalBottomSheet(
155155
context: context,
156156
builder: (context) => Material(
157+
clipBehavior: Clip.antiAlias,
157158
color: Colors.white,
158159
shape: RoundedRectangleBorder(
159160
borderRadius: new BorderRadius.only(

0 commit comments

Comments
 (0)