smaller font size
This commit is contained in:
@@ -17,13 +17,6 @@ class ChatBox extends StatelessWidget {
|
||||
constraints: const BoxConstraints(
|
||||
minHeight: 60,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
border: Border.all(
|
||||
color: Colors.grey, // 边框颜色
|
||||
width: 1.0, // 边框宽度
|
||||
),
|
||||
borderRadius: BorderRadius.circular(8.0), // 边框圆角
|
||||
),
|
||||
child: ListView.builder(
|
||||
controller: scrollController,
|
||||
itemCount: messages.length,
|
||||
|
||||
Reference in New Issue
Block a user