Explorar el Código

Remove bottom border for item

vishnukvmd hace 2 años
padre
commit
c5455f0d17
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
             ),
           ],
         );