toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      'fontColor': fontColor?.toHex(),
      'fontColorAlpha': fontColorAlpha,
      'fontSize': fontSize,
      'isBold': isBold,
      'isItalic': isItalic,
      'alignment': alignment?.name,
      'typeface': typeface?.getFontName(),
    };