UFUThumbIcon constructor

const UFUThumbIcon({
  1. bool isSelect = false,
  2. UFUThumbIconType iconType = UFUThumbIconType.pdf,
  3. ThumbSize? size,
  4. Key? key,
})

Implementation

const UFUThumbIcon({
    this.isSelect = false,
    this.iconType = UFUThumbIconType.pdf,
    this.size,
    super.key,
});