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