Open sir-boformer opened 6 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.
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.