|
|
|
|
@ -117,8 +117,6 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
|
height: 4,
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
width: 500,
|
|
|
|
|
height: 220,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
child: ProductNameAndPrice(
|
|
|
|
|
context,
|
|
|
|
|
@ -134,8 +132,6 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
|
height: 6,
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
width: 500,
|
|
|
|
|
height: 100,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
@ -151,14 +147,6 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Divider(color: Colors.grey),
|
|
|
|
|
Padding(
|
|
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
|
|
child: Container(
|
|
|
|
|
child: Text(
|
|
|
|
|
TranslationBase.of(context).noData,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|