material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 247 forks source link

`titleSpacing` missing from the step 8 MDC-104 Flutter #129

Closed idrakimuhamad closed 5 years ago

idrakimuhamad commented 6 years ago

On the 8th steps, we completed the "Add a branded icon". However, the menu and title seems to be a little bit pushed in from the left, to compare with the final example photo.

From the codebase, there's the titleSpacing: 0.0 in the appBar which did the trick.

willlarche commented 5 years ago

Thank you! Should be fixed now.