Open Bawen34 opened 2 years ago
Hello, When using the widget in multiline with a maxLines parameter, the text resize itself after reaching the end of the first line, not after reaching the maxLines
AutoSizeTextField( controller: sessionDescription, maxLines: 3, minLines: 3, keyboardType: TextInputType.multiline, decoration: InputDecoration( alignLabelWithHint: true, labelText: 'Description'), textAlign: TextAlign.left, minFontSize: 12, ),
yeah,I have this question too. This behavior is not consistent with the auto_size_text
Hello, When using the widget in multiline with a maxLines parameter, the text resize itself after reaching the end of the first line, not after reaching the maxLines