withBackgroundColor method
- Color value
Replaces TextAnnotation.backgroundColor with value.
Implementation
TextAnnotation withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);
Replaces TextAnnotation.backgroundColor with value.
TextAnnotation withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);