DisplayTile constructor
DisplayTile({})
Implementation
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});