UFUThumbIcon constructor
const
UFUThumbIcon({
- bool isSelect = false,
- UFUThumbIconType iconType = UFUThumbIconType.pdf,
- ThumbSize? size,
- Key? key,
Implementation
const UFUThumbIcon({
this.isSelect = false,
this.iconType = UFUThumbIconType.pdf,
this.size,
super.key,
});