Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['text'] = _text; map['fontSize'] = _fontSize; return map; }