clearBackgroundColor method
Clears TextAnnotation.backgroundColor to null.
Implementation
TextAnnotation clearBackgroundColor() => copyWith(clearBackgroundColor: true);
Clears TextAnnotation.backgroundColor to null.
TextAnnotation clearBackgroundColor() => copyWith(clearBackgroundColor: true);