controller: _nameController, validator: (value) { }, ), const SizedBox( height: 10, ), if (value!.isEmpty) { return "You have to put a name to the place"; } ...
確定! 回上一頁