i got stuck while creating app, when i tap on textfield , the keyboard hide textfild , i used SingleChildScrollView and Padding but nothing happend, i dont know what exactly happened ,that keyboard hides textfield here is my code mobileView() { return Column( children: [ Expanded( child: BlocListener<IndexStackBloc, IndexStackState>( listenWhen: (previousState, currentState) => currentState != […]