Map<String, dynamic> asMap() { return { 'text': text, 'fontSize': fontSize, 'fontColor': '0x${fontColor.toHex()}', 'x': x, 'y': y, }; }