appUserListTile constructor

appUserListTile({
  1. String? superScriptText,
  2. Widget? iconWidget,
  3. dynamic callBack(
    1. int?
    )?,
  4. int? userId,
  5. String? subtitle3,
  6. Widget? trailWidget,
  7. bool isOnline = false,
  8. bool isVerified = false,
  9. bool showDivider = false,
  10. String? title = "",
  11. String? subtitle1,
  12. String? subtitle2,
  13. String? imageUrl,
  14. bool isPerson = true,
  15. bool isFullImageUrl = false,
  16. bool showRating = false,
  17. bool isModerator = false,
  18. double rating = 0.0,
  19. bool showCount = false,
  20. bool showAvatar = true,
  21. Function? onLongPressed,
  22. Function? onPressed,
  23. int count = 0,
  24. Widget? trailingWidget,
  25. Widget? subtitleWidget,
  26. Widget? titleWidget,
  27. Widget? leadingWidget,
  28. BoxDecoration? decoration,
  29. EdgeInsets? padding,
  30. EdgeInsets? margin,
})

Implementation

appUserListTile(
    {this.superScriptText,
    this.iconWidget,
    this.callBack,
    this.userId,
    this.subtitle3,
    this.trailWidget,
    this.isOnline = false,
    this.isVerified = false,
    this.showDivider = false,
    this.title = "",
    this.subtitle1,
    this.subtitle2,
    this.imageUrl,
    this.isPerson = true,
    this.isFullImageUrl = false,
    this.showRating = false,
    this.isModerator = false,
    this.rating = 0.0,
    this.showCount = false,
    this.showAvatar = true,
    this.onLongPressed,
    this.onPressed,
    this.count = 0,
    this.trailingWidget,
    this.subtitleWidget,
    this.titleWidget,
    this.leadingWidget,
    this.decoration,
    this.padding,
    this.margin});