Skip to content

MDC-101 - 4. Add TextField widgets #301

Open
@DenUP

Description

@DenUP

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, ),

Снимок экрана 2024-04-09 в 03 06 01

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions