|
@@ -513,17 +513,13 @@ class HomePage extends BasePage<HomePageController> {
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
children: [
|
|
|
- Row(
|
|
|
|
|
- children: [
|
|
|
|
|
- Text(item.title.value.orEmpty,
|
|
|
|
|
- maxLines: 1,
|
|
|
|
|
- overflow: TextOverflow.ellipsis,
|
|
|
|
|
- style: TextStyle(
|
|
|
|
|
- fontSize: 15.sp,
|
|
|
|
|
- color: ColorName.primaryTextColor,
|
|
|
|
|
- fontWeight: FontWeight.bold))
|
|
|
|
|
- ],
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ Text(item.title.value.orEmpty,
|
|
|
|
|
+ maxLines: 1,
|
|
|
|
|
+ overflow: TextOverflow.ellipsis,
|
|
|
|
|
+ style: TextStyle(
|
|
|
|
|
+ fontSize: 15.sp,
|
|
|
|
|
+ color: ColorName.primaryTextColor,
|
|
|
|
|
+ fontWeight: FontWeight.bold)),
|
|
|
SizedBox(height: 5.h),
|
|
SizedBox(height: 5.h),
|
|
|
Text(
|
|
Text(
|
|
|
item.summary.value.orEmpty,
|
|
item.summary.value.orEmpty,
|