Map<String, dynamic> toMap() { return <String, dynamic>{ 'text': text, 'width': width, 'style': style?.toMap(), }; }