withBackgroundColor method

TextAnnotationDefaults withBackgroundColor(
  1. Color value
)

Replaces TextAnnotationDefaults.backgroundColor with value.

Implementation

TextAnnotationDefaults withBackgroundColor(Color value) =>
    copyWith(backgroundColor: value);