* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
TextField(
controller: contentController,
autofocus: true,
maxLines: null,
expands: true,
keyboardType: TextInputType.multiline,
의 각각 뜻을 정확히 모르겠는데 알려줄 수 있나요?