PspdfkitWebAnnotationToolbarItem constructor

PspdfkitWebAnnotationToolbarItem({
  1. String? className,
  2. bool? disabled,
  3. String? icon,
  4. String? id,
  5. Function? onPress,
  6. String? title,
  7. required PspdfkitWebAnnotationToolbarItemType type,
})

Implementation

PspdfkitWebAnnotationToolbarItem({
  this.className,
  this.disabled,
  this.icon,
  this.id,
  this.onPress,
  this.title,
  required this.type,
});