Commit 879a993a by Ramesh Babu Puvvadi

Update Identifyproduct.dart

parent 69fdc9d1
......@@ -528,76 +528,6 @@ class _Identifyproduct extends State<Identifyproduct> {
),
],
),
//stylecode.isNotEmpty
//const Padding(padding: EdgeInsets.only(left: 10, bottom: 8)),
// Row(
// mainAxisAlignment: MainAxisAlignment.start,
// children: [
// Flexible(
// flex: 6, // 60% of the width
// fit: FlexFit.tight,
// child: Container(
// decoration: BoxDecoration(
// color: const Color.fromARGB(255, 69, 66, 121),
// borderRadius: const BorderRadius.only(
// topLeft: Radius.circular(10),
// bottomLeft: Radius.circular(10),
// ),
// border: Border.all(
// color: Colors.white, // Set border color to white
// width: 1, // Set border width
// ),
// ),
// padding: const EdgeInsets.all(12),
// child: const Column(
// mainAxisAlignment: MainAxisAlignment
// .end, // Align content at the bottom
// crossAxisAlignment: CrossAxisAlignment.end,
// children: [
// Text(
// '\t STYLE CODE: \t',
// style: TextStyle(
// fontSize: 14,
// color: Colors.white,
// ),
// textAlign: TextAlign.right,
// ),
// ],
// ),
// ),
// ),
// Flexible(
// flex: 4, // 40% of the width
// fit: FlexFit.tight,
// child: Container(
// decoration: BoxDecoration(
// color: const Color.fromARGB(255, 255, 255, 255),
// borderRadius: const BorderRadius.only(
// topRight: Radius.circular(10),
// bottomRight: Radius.circular(10),
// ),
// border: Border.all(
// color: Colors.white, // Set border color to white
// width: 1, // Set border width
// ),
// ),
// padding: const EdgeInsets.all(12),
// child: Column(
// children: [
// Text(
// stylecode,
// style: const TextStyle(
// fontSize: 15,
// color: Color.fromARGB(255, 69, 66, 121),
// ),
// ),
// ],
// ),
// ),
// ),
// ],
// ),
],
)
else
......
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