color property

Color? color

Implementation

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