clearBackgroundColor method

TextAnnotation clearBackgroundColor()

Clears TextAnnotation.backgroundColor to null.

Implementation

TextAnnotation clearBackgroundColor() => copyWith(clearBackgroundColor: true);