TextAnnotationFluent extension

Generated fluent modifiers for TextAnnotation.

on

Methods

clearBackgroundColor() TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Clears TextAnnotation.backgroundColor to null.
clearBorderColor() TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Clears TextAnnotation.borderColor to null.
clearLabel() TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Clears TextAnnotation.label to null.
updateStyle(AnnotationStyle update(AnnotationStyle current)) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Rebuilds TextAnnotation.style from its current value.
withAllowDragging(bool value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.allowDragging with value.
withAllowEditing(bool value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.allowEditing with value.
withAnchor(AnnotationAnchor value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.anchor with value.
withBackgroundColor(Color value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.backgroundColor with value.
withBorderColor(Color value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.borderColor with value.
withLabel(String value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.label with value.
withPosition(Offset value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.position with value.
withStyle(AnnotationStyle value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.style with value.
withText(String value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.text with value.
withZIndex(int value) TextAnnotation

Available on TextAnnotation, provided by the TextAnnotationFluent extension

Replaces TextAnnotation.zIndex with value.