Open
Description
In the code example there is a very large indentation.
Most likely there is a typo instead of const SizedBox(
height: 12,
), it says 120
// TODO: Add TextField widgets (101) // [Name] TextField( decoration: const InputDecoration( filled: true, labelText: 'Username', ), ), // spacer const SizedBox(height: 120.0), // [Password] TextField( decoration: const InputDecoration( filled: true, labelText: 'Password', ), obscureText: true, ),

Metadata
Metadata
Assignees
Labels
No labels