|
|
@ -62,7 +62,7 @@ class UnsplashHomePage extends StatelessWidget {
|
|
|
|
menubar.setApplicationMenu([
|
|
|
|
menubar.setApplicationMenu([
|
|
|
|
menubar.Submenu(label: 'Search', children: [
|
|
|
|
menubar.Submenu(label: 'Search', children: [
|
|
|
|
menubar.MenuItem(
|
|
|
|
menubar.MenuItem(
|
|
|
|
label: 'Search...',
|
|
|
|
label: 'Search…',
|
|
|
|
onClicked: () {
|
|
|
|
onClicked: () {
|
|
|
|
showDialog<void>(
|
|
|
|
showDialog<void>(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
@ -74,7 +74,7 @@ class UnsplashHomePage extends StatelessWidget {
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
menubar.Submenu(label: 'About', children: [
|
|
|
|
menubar.Submenu(label: 'About', children: [
|
|
|
|
menubar.MenuItem(
|
|
|
|
menubar.MenuItem(
|
|
|
|
label: 'About...',
|
|
|
|
label: 'About',
|
|
|
|
onClicked: () {
|
|
|
|
onClicked: () {
|
|
|
|
showDialog<void>(
|
|
|
|
showDialog<void>(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|