Hello i am reading a barcode and if the barcode reader i would like set up the input of the Textfield the the data that i read but i couldn't figured out how to do that here is my code
TextField(
textFieldData=readDataTurnString();
keyboardType: TextInputType.emailAddress,
textAlign: TextAlign.center,
onChanged: (value) {},
decoration: InputDecoration(hintText: 'Enter Your Public Key'),
),