소스 검색

Remove bottom border for item

vishnukvmd 2 년 전
부모
커밋
c5455f0d17
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/ui/sharing/share_collection_page.dart

+ 1 - 0
lib/ui/sharing/share_collection_page.dart

@@ -153,6 +153,7 @@ class _ShareCollectionPageState extends State<ShareCollectionPage> {
                 shareText(url);
               },
               isTopBorderRadiusRemoved: true,
+              isBottomBorderRadiusRemoved: true,
             ),
           ],
         );