79128695

Date: 2024-10-26 14:13:47
Score: 1
Natty:
Report link

Make sure minLine is 1 then set maxLine to desired max

CustomInputField(
        controller: editingController,
        autofocus: true,
        maxLength: widget.editableCharSize,
        minLines: 1,
        maxLines: 3,
        onChanged: (value) {
          
        },
      ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chiemela Uzoma Melasin