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