feat: Button to remove avatar

This commit is contained in:
Christian Pauly 2021-05-31 19:33:40 +02:00
commit 2840e62909
5 changed files with 71 additions and 11 deletions

View file

@ -60,6 +60,7 @@ abstract class FluffyThemes {
),
),
popupMenuTheme: PopupMenuThemeData(
elevation: 4,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),