PspdfkitWebToolbarItem constructor

PspdfkitWebToolbarItem({
  1. required PspdfkitWebToolbarItemType type,
  2. String? title,
  3. String? className,
  4. bool? disabled,
  5. String? dropdownGroup,
  6. String? icon,
  7. String? id,
  8. List<String>? mediaQueries,
  9. Function? onPress,
  10. String? preset,
  11. String? responsiveGroup,
  12. bool? selected,
})

Implementation

PspdfkitWebToolbarItem(
    {required this.type,
    this.title,
    this.className,
    this.disabled,
    this.dropdownGroup,
    this.icon,
    this.id,
    this.mediaQueries,
    this.onPress,
    this.preset,
    this.responsiveGroup,
    this.selected});