findBackgroundColor property

Color? findBackgroundColor

Implementation

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