|
@@ -174,20 +174,20 @@ Widget buildMessageItem(ImageProvider avatar,
|
|
|
crossAxisAlignment: CrossAxisAlignment.end,
|
|
crossAxisAlignment: CrossAxisAlignment.end,
|
|
|
children: [
|
|
children: [
|
|
|
SizedBox(height: 7.w),
|
|
SizedBox(height: 7.w),
|
|
|
- Container(
|
|
|
|
|
- width: MediaQuery.of(Get.context!).size.width,
|
|
|
|
|
- alignment: Alignment.centerRight,
|
|
|
|
|
|
|
+ GestureDetector(
|
|
|
|
|
+ onTap: onReportEvent,
|
|
|
child: Container(
|
|
child: Container(
|
|
|
- width: 100.w,
|
|
|
|
|
- height: 32.w,
|
|
|
|
|
- decoration: BoxDecoration(
|
|
|
|
|
- color: "#7B7DFF".color,
|
|
|
|
|
- borderRadius: BorderRadius.all(Radius.circular(32.w/2))
|
|
|
|
|
- ),
|
|
|
|
|
- alignment: Alignment.center,
|
|
|
|
|
- //color: Colors.orange,
|
|
|
|
|
- child: GestureDetector(
|
|
|
|
|
- onTap: onReportEvent,
|
|
|
|
|
|
|
+ width: MediaQuery.of(Get.context!).size.width,
|
|
|
|
|
+ alignment: Alignment.centerRight,
|
|
|
|
|
+ child: Container(
|
|
|
|
|
+ width: 100.w,
|
|
|
|
|
+ height: 32.w,
|
|
|
|
|
+ decoration: BoxDecoration(
|
|
|
|
|
+ color: "#7B7DFF".color,
|
|
|
|
|
+ borderRadius: BorderRadius.all(Radius.circular(32.w/2))
|
|
|
|
|
+ ),
|
|
|
|
|
+ alignment: Alignment.center,
|
|
|
|
|
+ //color: Colors.orange,
|
|
|
child: Container(
|
|
child: Container(
|
|
|
child: Text("举报",style: TextStyle(
|
|
child: Text("举报",style: TextStyle(
|
|
|
fontSize: 15.sp,
|
|
fontSize: 15.sp,
|
|
@@ -198,7 +198,7 @@ Widget buildMessageItem(ImageProvider avatar,
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
- )
|
|
|
|
|
|
|
+ ),
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
],
|
|
],
|