alp950

Results 1 comments of alp950

The TextButton should be Updated with this TextButton( key: const Key('submit_feedback_button'), child: Text( FeedbackLocalizations.of(context).submitButtonText, style: TextStyle( color: FeedbackTheme.of(context).activeFeedbackModeColor, ), ), onPressed: () => { **MediaQuery.of(context).viewInsets.bottom > 0.0 ? FocusManager.instance.primaryFocus?.unfocus();** widget.onSubmit(controller.text),...