|
@@ -198,9 +198,9 @@ class ChatPage extends BasePage<ChatController> {
|
|
|
textInputAction: TextInputAction.newline,
|
|
textInputAction: TextInputAction.newline,
|
|
|
cursorColor: ColorName.colorPrimary,
|
|
cursorColor: ColorName.colorPrimary,
|
|
|
decoration: const BoxDecoration(),
|
|
decoration: const BoxDecoration(),
|
|
|
- expands: true,
|
|
|
|
|
- maxLines: null,
|
|
|
|
|
- minLines: null,
|
|
|
|
|
|
|
+ expands: false,
|
|
|
|
|
+ minLines: 1,
|
|
|
|
|
+ maxLines: 6,
|
|
|
),
|
|
),
|
|
|
)),
|
|
)),
|
|
|
GestureDetector(
|
|
GestureDetector(
|