backgroundColor property

Color? backgroundColor

Implementation

Color? get backgroundColor {
  final highlightColor =
      this[AppFlowyRichTextKeys.backgroundColor] as String?;
  return highlightColor?.tryToColor();
}