SingleInputScreen constructor
const
SingleInputScreen({})
Implementation
const SingleInputScreen({
super.key,
required this.inputTitle,
required this.inputWidget,
this.onBackButtonPressed,
this.onNextButtonPressed,
this.nextButtonEnabled = true,
this.helperWidget,
this.errorText,
this.loading = false,
});