NewStandardForm creates a tview form with the project's standard label color. This exported variant is intended for plugin UIs outside the components package.
()
| 14 | // NewStandardForm creates a tview form with the project's standard label color. |
| 15 | // This exported variant is intended for plugin UIs outside the components package. |
| 16 | func NewStandardForm() *tview.Form { |
| 17 | return newStandardForm() |
| 18 | } |
no test coverage detected