material-components / material-components-flutter-codelabs

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

MDC-101 Flutter:Material Components Basics - Add TextField widgets - Wrong height #295

Closed arromero4 closed 8 months ago

arromero4 commented 8 months ago

When you add TextField widgets the height in the instruction is const SizedBox(height: 120.0) but in the example is const SizedBox(height: 12.0), image

guidezpl commented 8 months ago

Thanks for reporting, the fix will be out shortly