Skip to content

Commit

Permalink
Popup menu: rounded angles
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Jan 21, 2022
1 parent 3be486e commit 151866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/src/widgets/aeris_page_menu.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';

/// Menu for the Home Page
class AerisPageMenu extends StatelessWidget {
Expand All @@ -21,6 +20,7 @@ class AerisPageMenu extends StatelessWidget {
itemBuilder: (context) =>
[createMenuItem(Icons.access_time, "Hello", () => navigateTo("/"))],
offset: const Offset(0, 50),
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(20))),
);
}
}

0 comments on commit 151866f

Please sign in to comment.