PdfAnnotationActions constructor
PdfAnnotationActions({})
Initializes a new instance of the PdfAnnotationActions class.
Implementation
PdfAnnotationActions({
PdfAction? mouseEnter,
PdfAction? mouseLeave,
PdfAction? mouseUp,
PdfAction? mouseDown,
PdfAction? gotFocus,
PdfAction? lostFocus,
}) {
_helper = PdfAnnotationActionsHelper();
_initValues(
mouseEnter,
mouseLeave,
mouseUp,
mouseDown,
gotFocus,
lostFocus,
);
}