Added offset for Menu
This commit is contained in:
@@ -28,6 +28,7 @@ class HomePage extends StatelessWidget {
|
|||||||
onSelected: (value) {
|
onSelected: (value) {
|
||||||
context.go("/settings");
|
context.go("/settings");
|
||||||
},
|
},
|
||||||
|
offset: Offset(0, 48),
|
||||||
itemBuilder: (context) {
|
itemBuilder: (context) {
|
||||||
return [PopupMenuItem(value: 1, child: Text("Settings"))];
|
return [PopupMenuItem(value: 1, child: Text("Settings"))];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user