Commit b51dbc3e authored by Jasa Digital's avatar Jasa Digital

fixed confirmation page overflow

parent 26179d16
......@@ -850,31 +850,44 @@ class _VariantOrderState extends State<VariantOrder> {
// FontWeight.w300,
// ),
// ),
// Container(
// width: widget.widthRowForNote,
// child: Row(
// children: [
// defaultText(
// context,
// "${variantCaption[a]} : ",
// // maxLines: 2,
// // overFlow: TextOverflow.ellipsis,
// style: viewbillStyle(
// font: 12,
// fontWeight: FontWeight.w300,
// ),
// ),
// defaultText(
// context,
// variantName[a],
// // maxLines: 2,
// // overFlow: TextOverflow.ellipsis,
// style: viewbillStyle(
// font: 12,
// fontWeight: FontWeight.w300,
// ),
// ),
// ],
// ),
// ),
Container(
width: widget.widthRowForNote,
child: Row(
children: [
defaultText(
context,
"${variantCaption[a]} : ",
// maxLines: 2,
// overFlow: TextOverflow.ellipsis,
style: viewbillStyle(
font: 12,
fontWeight: FontWeight.w300,
),
),
defaultText(
context,
variantName[a],
// maxLines: 2,
// overFlow: TextOverflow.ellipsis,
style: viewbillStyle(
font: 12,
fontWeight: FontWeight.w300,
),
),
],
child: defaultText(
context,
"${variantCaption[a]} : ${variantName[a]}",
// maxLines: 2,
// overFlow: TextOverflow.ellipsis,
style: viewbillStyle(
font: 12,
fontWeight: FontWeight.w300,
),
),
),
(widget.listOrders[indexOrder].orderDetail[indexOrderDetail]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment