Skip to content

Commit

Permalink
Disable PopupMenuItem in customize color menu
Browse files Browse the repository at this point in the history
This is to remove the ripple effect which is built into
the PopupMenuItem.
  • Loading branch information
elibon99 committed Jan 15, 2025
1 parent 7344d6a commit f4264c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/home/views/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class _DeviceContent extends ConsumerWidget {
itemBuilder: (context) {
return [
PopupMenuItem(
enabled: false,
child: Center(
child: Wrap(
runSpacing: 8,
Expand Down

0 comments on commit f4264c4

Please sign in to comment.