update list tile

null_safety
张萌 4 years ago
parent 7f35b9007b
commit f62363848d

@ -59,7 +59,7 @@ class _ASListTileState extends State<ASListTile> {
) )
: widget.text, : widget.text,
), ),
SizedBox(width: 20.w,height: 20.w,child: widget.trail ,) widget.trail ?? SizedBox()
], ],
), ),
); );

Loading…
Cancel
Save