@@ -59,13 +59,13 @@ YYDialog YYListTileDialog1(BuildContext context) {
5959 ..width = 280
6060 ..borderRadius = 4.0
6161 ..text (
62- padding: EdgeInsets .all (18.0 ),
62+ padding: EdgeInsets .fromLTRB (18.0 , 18.0 , 18.0 , 12 .0 ),
6363 text: "Set backup account" ,
6464 color: Colors .black,
6565 fontSize: 18.0 ,
6666 )
6767 ..listTile (
68- padding: EdgeInsets .only (bottom : 12 .0 , left : 16.0 , right : 16 .0 ),
68+ padding: EdgeInsets .fromLTRB ( 16.0 , 6 .0 , 16.0 , 6 .0 ),
6969 leading: ClipOval (
7070 child: Image .network (
7171 "https://imgavater.ui.cn/avatar/3/3/4/9/1269433.jpg?imageMogr2/auto-orient/crop/!1219x1219a12a0/thumbnail/148x148" ,
@@ -79,7 +79,7 @@ YYDialog YYListTileDialog1(BuildContext context) {
7979 fontSize: 16.0 ,
8080 )
8181 ..listTile (
82- padding: EdgeInsets .only (bottom : 12 .0 , left : 16.0 , right : 16 .0 ),
82+ padding: EdgeInsets .fromLTRB ( 16.0 , 6 .0 , 16.0 , 6 .0 ),
8383 leading: ClipOval (
8484 child: Image .network (
8585 "https://imgavater.ui.cn/avatar/1/4/7/8/958741.jpg?imageMogr2/auto-orient/crop/!563x563a377a167/thumbnail/60x60" ,
@@ -93,7 +93,7 @@ YYDialog YYListTileDialog1(BuildContext context) {
9393 fontSize: 16.0 ,
9494 )
9595 ..listTile (
96- padding: EdgeInsets .only (bottom : 12 .0 , left : 16.0 , right : 16 .0 ),
96+ padding: EdgeInsets .fromLTRB ( 16.0 , 6 .0 , 16.0 , 6 .0 ),
9797 leading: ClipOval (
9898 child: Container (
9999 width: 50 ,
0 commit comments