## Overview <!-- omit in toc -->
A rough template for documentation to follow.
#### Table of Contents <!-- omit in toc -->
- [Overview](#overview)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [Ideals:](#ideals)
- [Restrictions](#restrictions)
- [Children:](#children)
- [Attributes](#attributes)
- [Examples](#examples)
- [fig. a](#figa)
- [img. a](#imga)
## Usage
#### Ideals:
<!--
- Short and concise covering basics
- Recommendations considering real use-cases
- Consistent layout applicable to all widgets
-->
#### Restrictions:
##### Children:
Input `Code` Widget
> Only Code type inputs allowed
## Widget Parameters
| Name | Type | Default | Description | Req |
|---------|---------|---------|-------------|:---:|
|var name |var type | The default value of the variable | A brief description of the variables function |✔|
| visible | boolean | true | | |
## Examples
![Image Example of code output below](https://fml.dev/images/docs/example.png)
###### (*img. a*)
```xml
<CODE>
</CODE>
## Images
You can upload images to the https://github.com/AppDaddy-Software-Solutions-Inc/Flutter-Markup-Language/tree/master/doc/img directory
Embedding: `![Image Embed Example](https://fml.dev/images/docs/example.png)`