material-components / material-components-flutter-codelabs

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

Typo in mdc-101 step 4 #170

Closed flashcaps00 closed 5 years ago

flashcaps00 commented 5 years ago

Error in the "Add the TextField widgets" section of mdc-101 step 4.

"Add two new text fields and a spacer after SizedBox(height: 120.0)." should read as "Add two new text fields and a spacer after SizedBox(height: 12.0)." based on what is in the code and rest of the directions.

Image below:

Screen Shot 2019-07-13 at 11 45 24 PM
lisa-liao commented 5 years ago

Hi @flashcaps00, thanks for raising this issue! I believe the SizedBox(height: 120.0) in the instructions is referring to the reference to it in login.dart (not from this code snippet). Please let us know if you have any other questions!