AsWidget returns the [WidgetBase] of this Widget. Most core widget functionality is implemented on [WidgetBase].
()
| 36 | // AsWidget returns the [WidgetBase] of this Widget. Most |
| 37 | // core widget functionality is implemented on [WidgetBase]. |
| 38 | AsWidget() *WidgetBase |
| 39 | |
| 40 | // Style updates the style properties of the widget based on [WidgetBase.Stylers]. |
| 41 | // To specify the style properties of a widget, use [WidgetBase.Styler]. |
no outgoing calls