FreeTextAnnotationConfiguration class

Annotation configuration class for FreeText annotation. FreeText annotations include: FreeText and FreeTextCallOut.

Inheritance

Constructors

FreeTextAnnotationConfiguration({Color? color, double thickness = 0.0, Color? fillColor, String? fontName, double fontSize = 0.0, String? text, TextAlign? textAlignment, double? alpha})

Properties

alpha double?
final
blendMode BlendMode?
Available only on iOS
getter/setter pairinherited
color Color?
final
fillColor Color?
final
fontName String?
final
fontSize double
final
hashCode int
The hash code for this object.
no setterinherited
properties Map<AnnotationConfigurationProperty, dynamic>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
textAlignment TextAlign?
final
thickness double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProperty(AnnotationConfigurationProperty property, dynamic value) → void
Specify more annotation properties which can be used to configure annotation presets. These may not be available on all platforms. AnnotationConfigurationProperty is an enum which contains all the available properties. The value of the property can be of any type.
inherited
toMap() Map<String, dynamic>
Returns a map of properties. This method is used internally by the SDK.
override
toString() String
A string representation of this object.
inherited

Operators

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