UFUThumb constructor
const
UFUThumb({
- UFUThumbType type = UFUThumbType.folder,
- UFUThumbIconType iconType = UFUThumbIconType.pdf,
- String? fileName,
- String? folderCount,
- Widget? thumbImage,
- ValueChanged<
bool> ? suffixTap, - Widget? suffixIcon,
- ValueChanged<
bool> ? onTap, - bool isDisabled = false,
- bool isSelect = false,
- bool isQuickActionIconDisabled = false,
- List<
Widget> ? thumbIconList, - Widget? statusTag,
- VoidCallback? onLongPress,
- String? userName,
- String? titleBottomText = 'Uploaded by',
- Key? key,
Implementation
const UFUThumb({
this.type = UFUThumbType.folder,
this.iconType = UFUThumbIconType.pdf,
this.fileName,
this.folderCount,
this.thumbImage,
this.suffixTap,
this.suffixIcon,
this.onTap,
this.isDisabled = false,
this.isSelect = false,
this.isQuickActionIconDisabled = false,
this.thumbIconList,
this.statusTag,
this.onLongPress,
this.userName,
this.titleBottomText = 'Uploaded by',
super.key
});