appUserListTile constructor
appUserListTile({
- String? superScriptText,
- Widget? iconWidget,
- dynamic callBack(
- int?
- int? userId,
- String? subtitle3,
- Widget? trailWidget,
- bool isOnline = false,
- bool isVerified = false,
- bool showDivider = false,
- String? title = "",
- String? subtitle1,
- String? subtitle2,
- String? imageUrl,
- bool isPerson = true,
- bool isFullImageUrl = false,
- bool showRating = false,
- bool isModerator = false,
- double rating = 0.0,
- bool showCount = false,
- bool showAvatar = true,
- Function? onLongPressed,
- Function? onPressed,
- int count = 0,
- Widget? trailingWidget,
- Widget? subtitleWidget,
- Widget? titleWidget,
- Widget? leadingWidget,
- BoxDecoration? decoration,
- EdgeInsets? padding,
- 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});