AnnotationConfigurationProperty enum

Annotation configuration property enum. Used to configure annotation presets.

Inheritance

Constructors

AnnotationConfigurationProperty()
const

Values

color → const AnnotationConfigurationProperty

Annotation color.

thickness → const AnnotationConfigurationProperty

Annotation thickness.

fillColor → const AnnotationConfigurationProperty

Annotation fill color.

alpha → const AnnotationConfigurationProperty

Annotation alpha. Ranges from 0.0 to 1.0.

lineEndingStyle → const AnnotationConfigurationProperty

Line annotation start and end line ending style.

fontName → const AnnotationConfigurationProperty

Freetext annotation font name.

fontSize → const AnnotationConfigurationProperty

Freetext annotation font size.

textAlignment → const AnnotationConfigurationProperty

Freetext annotation text alignment.

stampName → const AnnotationConfigurationProperty

Stamp annotation name.

blendMode → const AnnotationConfigurationProperty

Available only on iOS.

borderStyle → const AnnotationConfigurationProperty

Annotation border style.

overlayText → const AnnotationConfigurationProperty

Redaction Annotation overlay text.

repeatOverlayText → const AnnotationConfigurationProperty

Redaction Annotation repeat overlay text.

outlineColor → const AnnotationConfigurationProperty

Annotation outline color.

iconName → const AnnotationConfigurationProperty

Note annotation icon name.

availableColors → const AnnotationConfigurationProperty

Available annotation colors. Used to configure annotation color picker.

availableFillColors → const AnnotationConfigurationProperty

Available annotation fill colors. Used to configure annotation color picker. Available only on Android.

minThickness → const AnnotationConfigurationProperty

Minimum annotation thickness. Available only on Android.

maxThickness → const AnnotationConfigurationProperty

Maximum annotation thickness. Available only on Android.

minAlpha → const AnnotationConfigurationProperty

Minimum annotation alpha. Available only on Android.

maxAlpha → const AnnotationConfigurationProperty

Maximum annotation alpha. Available only on Android.

enableColorPicker → const AnnotationConfigurationProperty

Available only on Android.

previewEnabled → const AnnotationConfigurationProperty

Enable annotation preview. Available only on Android.

forceDefaults → const AnnotationConfigurationProperty

Available only on Android.

audioSampleRate → const AnnotationConfigurationProperty

Available only on Android.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AnnotationConfigurationProperty>
A constant List of the values in this enum, in order of their declaration.