flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.32k stars 27.53k forks source link

Material: Overflow action in AppBar should be narrower #20133

Open sir-boformer opened 6 years ago

sir-boformer commented 6 years ago

flutter_incorrect

zoechi commented 5 years ago

Is this still an issue?

To investigate we would need a minimal runnable reproduction as a single file so that we can just copy your code into lib/main.dart of a new project and run to reproduce.

sir-boformer commented 5 years ago

I'm currently unable to test it or write an example.

But looking at the source code, it doesn't look like the problem is solved.

The biggest issue is that the material spec defines that the "..." action button is actually smaller than the other buttons (hitbox should probably still be 48x48). I'm not sure what would be the best way to adresss this? Reduce the padding on both sides if the rightmost button is "..."?

https://github.com/flutter/flutter/issues/21153 is another issue of the app bar that could be fixed at the same time.