material-components / material-components-flutter-codelabs

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

MDC-101 A small typo in line 39 of login.dart #163

Closed zsoltkebel closed 5 years ago

zsoltkebel commented 5 years ago

It must be a small typo if not resolved yet. The height of the SizedBox should be 12.0 not 120.0 according to the description. The gap between the two TextFields should be smaller.

image
zsoltkebel commented 5 years ago

I've just recognized that the case might be that we have to create the second SizedBox with height 12.0, although the text only says to create the two TextFields.