|
|
|
|
35
|
child: ListView(children: [
|
35
|
child: ListView(children: [
|
36
|
Container(
|
36
|
Container(
|
37
|
width: 345.w,
|
37
|
width: 345.w,
|
38
|
- height: 34.w,
|
|
|
39
|
- margin: EdgeInsets.symmetric(vertical: 15.w, horizontal: 15.h),
|
|
|
40
|
- padding: EdgeInsets.all(10.w),
|
|
|
|
|
38
|
+ height: 34.h,
|
|
|
39
|
+ margin: EdgeInsets.symmetric(vertical: 15.h, horizontal: 15.w),
|
|
|
40
|
+ padding: EdgeInsets.symmetric(vertical: 0, horizontal: 10.w),
|
41
|
decoration: BoxDecoration(
|
41
|
decoration: BoxDecoration(
|
42
|
color: Color(0xFFf8f8f8),
|
42
|
color: Color(0xFFf8f8f8),
|
43
|
borderRadius: BorderRadius.all(Radius.circular(17.w))),
|
43
|
borderRadius: BorderRadius.all(Radius.circular(17.w))),
|