DisplayTile constructor
const
DisplayTile({})
Implementation
const DisplayTile(
{required this.title,
this.atsignCreator,
required this.subTitle,
this.semiTitle,
this.invitedBy,
this.number,
this.showName = false,
this.action,
this.showRetry = false,
this.onRetryTapped});