AnnotationStyleFluent extension

Generated fluent modifiers for AnnotationStyle.

on

Methods

clearBackgroundColor() AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Clears AnnotationStyle.backgroundColor to null.
clearBorderColor() AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Clears AnnotationStyle.borderColor to null.
clearBorderRadius() AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Clears AnnotationStyle.borderRadius to null.
clearPadding() AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Clears AnnotationStyle.padding to null.
withBackgroundColor(Color value) AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

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

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Replaces AnnotationStyle.borderColor with value.
withBorderRadius(BorderRadius value) AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Replaces AnnotationStyle.borderRadius with value.
withBorderWidth(double value) AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Replaces AnnotationStyle.borderWidth with value.
withPadding(EdgeInsets value) AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Replaces AnnotationStyle.padding with value.
withTextStyle(TextStyle value) AnnotationStyle

Available on AnnotationStyle, provided by the AnnotationStyleFluent extension

Replaces AnnotationStyle.textStyle with value.