Render is the method that widgets should implement to define their custom rendering steps. It should not typically be called outside of [Widget.RenderWidget], which also does other steps applicable for all widgets. The base [WidgetBase.Render] implementation renders the standard box model.
()
| 87 | // for all widgets. The base [WidgetBase.Render] implementation |
| 88 | // renders the standard box model. |
| 89 | Render() |
| 90 | |
| 91 | // RenderWidget renders the widget and any parts and children that it has. |
| 92 | // It does not render if the widget is invisible. It calls [Widget.Render] |
no outgoing calls
no test coverage detected