Divyesh Godhani
Results
1
comments of
Divyesh Godhani
i will make sure it will work validator: (String? value) { if (value == null || value.isEmpty) { return "Please enter some text"; } return null; },