|
|
|
@ -39,7 +39,7 @@ class ItemDetailViewCol extends StatelessWidget {
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
"$title:".toText12(isBold: true, color: const Color(0xff2BB8A6), maxLine: 2),
|
|
|
|
"$title:".toText12(isBold: true, color: const Color(0xff2BB8A6), maxLine: 2),
|
|
|
|
4.width,
|
|
|
|
4.width,
|
|
|
|
(value.isEmpty ? "--" : value).toText12(color: MyColors.normalTextColor, maxLine: 2),
|
|
|
|
(value.isEmpty ? "--" : value).toText12(color: MyColors.normalTextColor, maxLine: 5),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|