CustomPersonVerticalTile constructor
const
CustomPersonVerticalTile({})
Implementation
const CustomPersonVerticalTile(
{Key? key,
this.imageLocation,
this.title,
this.subTitle,
this.isTopRight = false,
this.icon,
this.onCrossPressed,
this.isAssetImage = true,
this.imageIntList,
this.atsign})
: super(key: key);