TextField( controller: TextEditingController()..text = 'Your initial value', onChanged: (text) => {}, )