While using BLoC library we store all the variables in a state class. But where to store TextEditingController, which does not change, but the value of it does?
Let\'