The MobileHeading widgets are different delivery modes of the same widget that enables the creation of stylish title headings.
Mobile text widget is one of the most used widgets and is used for writing text, making bulleted and numbered lists, and adding images and horizontal lines.
The MobileRow is a widget that displays a row in a horizontal view. It displays multiple widgets in the same horizontal row.
The MobileColumn widget is a layout that can be used to position and organize content in a vertical array as a single column on a page. Mobile column is suitable as it helps in defining several widgets rendered in a vertical column according to their order purpose.
The MobileFloatingActionButton (FAB) widget is a circular button that triggers the primary action in an app's UI. The MobileFab typically represents the primary action for a view.
The HTML widget allows the user to place their own HTML content fragment directly into a page. It directs embed secure HTML pages or paste in HTML from local or third party sources.
The Canvas widget is like a drawing board that lets the user draw shapes such as circles, polygons, lines, etc. in an app. The canvas widget can be created only by using code.
The AudioPlayer widget allows the end user to control audio playback, including volume, seeking, and pause/resume playback.
The AutoDeskViewer widget uses an online freeware viewer created and designated for viewing auto desk file formats on mobile applications and desktops.
Mobile list Item converts each item into a list view. List view is the most commonly used scrolling widget.