Commit 59739abe authored by Hans Muller's avatar Hans Muller Committed by GitHub

Fixed leading app bar button width constraint (#5802)

parent 726d3168
...@@ -39,7 +39,7 @@ class _ToolBarLayout extends MultiChildLayoutDelegate { ...@@ -39,7 +39,7 @@ class _ToolBarLayout extends MultiChildLayoutDelegate {
// space bewteen the leading and actions widgets). // space bewteen the leading and actions widgets).
final bool centerTitle; final bool centerTitle;
static const double kLeadingWidth = 24.0; static const double kLeadingWidth = 40.0; // Same size as an IconButton
static const double kTitleLeft = 64.0; // The AppBar pads left and right an additional 8.0. static const double kTitleLeft = 64.0; // The AppBar pads left and right an additional 8.0.
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment