Commit b4fb23ad authored by Dragoș Tiselice's avatar Dragoș Tiselice Committed by GitHub

Increased text margin in typography demo. (#5691)

Subheading title was too close to the actual example. This commit
increases the size of its box. Fixes #5682.
parent 3964aaad
...@@ -26,7 +26,7 @@ class TextStyleItem extends StatelessWidget { ...@@ -26,7 +26,7 @@ class TextStyleItem extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[ children: <Widget>[
new SizedBox( new SizedBox(
width: 64.0, width: 72.0,
child: new Text(name, style: nameStyle) child: new Text(name, style: nameStyle)
), ),
new Flexible( new Flexible(
......
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