TextFieldWidget constructor
const
TextFieldWidget({})
Creates an instance of the widget.
All parameters are required and must not be null.
Implementation
const TextFieldWidget({
super.key,
required this.controller,
required this.onChanged,
required this.onSubmit,
required this.fontSize,
required this.fontFamilyIndex,
required this.textColor,
required this.backgroundColorIndex,
});