Component - TextFormField
The TextFormField widget lets users enter and edit text inside a form. It shows a box where you can type, and it can validate the input or show hints.
The TextFormField widget lets users enter and edit text inside a form. It shows a box where you can type, and it can validate the input or show hints.
Scaffold
├─ AppBar
│ └─ Text
└─ Padding
└─ Form
└─ TextFormField