unity inspector how to get larger field for string text

Code Example - unity inspector how to get larger field for string text

                
                        //[TextArea(int minLines,int maxLines)]
[TextArea(15,20)]
public string Description = "";