CustomTextField constructor
const
CustomTextField({})
Implementation
const CustomTextField(
{super.key,
required this.hintText,
this.initialText,
this.controller,
this.isFilled = false,
this.readOnly = false,
this.onChanged,
this.minLines = 1,
this.maxLines = 1});