File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -258,18 +258,18 @@ class ChooseAccountPage extends StatelessWidget {
258
258
},
259
259
child: Text (zulipLocalizations.chooseAccountPageLogOutButton)),
260
260
],
261
- builder: (BuildContext context, MenuController controller, Widget ? child) {
262
- return IconButton (
263
- tooltip: materialLocalizations.showMenuTooltip, // "Show menu"
264
- onPressed: () {
265
- if (controller.isOpen) {
266
- controller.close ();
267
- } else {
268
- controller.open ();
269
- }
270
- },
271
- icon: Icon (Icons .adaptive.more, color: designVariables.icon));
272
- }),
261
+ builder: (BuildContext context, MenuController controller, Widget ? child) {
262
+ return IconButton (
263
+ tooltip: materialLocalizations.showMenuTooltip, // "Show menu"
264
+ onPressed: () {
265
+ if (controller.isOpen) {
266
+ controller.close ();
267
+ } else {
268
+ controller.open ();
269
+ }
270
+ },
271
+ icon: Icon (Icons .adaptive.more, color: designVariables.icon));
272
+ }),
273
273
// The default trailing padding with M3 is 24px. Decrease by 12 because
274
274
// IconButton (the "…" button) comes with 12px padding on all sides.
275
275
contentPadding: const EdgeInsetsDirectional .only (start: 16 , end: 12 ),
You can’t perform that action at this time.
0 commit comments