Component - Custom validators
This UI component shows a simple form with a text input field that uses a custom validator function. The validator checks if the input text meets specific rules before allowing submission.
This UI component shows a simple form with a text input field that uses a custom validator function. The validator checks if the input text meets specific rules before allowing submission.
Scaffold
├─ AppBar
│ └─ Text
└─ Padding
└─ Form
└─ Column
├─ TextFormField
└─ ElevatedButton