material-components / material-components-flutter-codelabs

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

Typo #160

Closed viveksakpal closed 5 years ago

viveksakpal commented 5 years ago

https://codelabs.developers.google.com/codelabs/mdc-101-flutter/#3

Add the TextField widgets Add two new text fields and a spacer after SizedBox(height: 120.0).

in Example // spacer SizedBox(height: 12.0),

rami-a commented 5 years ago

Hey thanks for opening this issue. I believe what is meant is to add the textfields and the spacer after the existing 120 height sized box that is already in the code. Hopefully that makes sense!