doc_widget
doc_widget copied to clipboard
An easier way that documents your widgets.
**Describe the bug** If there is more the one line documentation line for fields then parsing fails. ``` /// Title description final String title; ``` The above will pass. ```...
**Describe the bug** Load up some documentation that uses the `TextPreview` not that the size property is ignored in the `Text` widget. **To Reproduce** Steps to reproduce the behavior: 1....
**Is your feature request related to a problem? Please describe.** The section could contain a lot of widgets, and in some cases, is hard to find the widget that you...
**Is your feature request related to a problem? Please describe.** When we had a lot of widgets, a considered scroll is necessary to find the widget. **Describe the solution you'd...