There is no contact widget, you can use a text widget and then use [form] shortcode to show the details.
For example use the below shortcode to show name, email, message and a submit button:
[form to="
[email protected]" subject="Contact from WPLMS"] [form_element type="text" validate="" options="" placeholder="Name"] [form_element type="text" validate="email" options="" placeholder="Email"] [form_element type="textarea" validate="" options="" placeholder="Message"] [form_element type="submit" validate="" options="" placeholder="Send Message"] [/form]
Refer the
http://prntscr.com/b4ko5o and it will look like this:
http://prntscr.com/b4kowz