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