desktop popup edge color fix

This commit is contained in:
julian 2022-11-16 12:09:19 -06:00
parent 0ce2477cf8
commit f66b780e53

View file

@ -25,6 +25,7 @@ class DesktopDialog extends StatelessWidget {
maxHeight: maxHeight,
),
child: Material(
color: Colors.transparent,
borderRadius: BorderRadius.circular(
20,
),