A part of horizontal list view is not on a base line

Wrap AppText with Center widget.

  ....
  Center(
    child: AppText(
      text: detail.place.location,
      color: AppColors.textColor1,
    ),
  ),
 ....