Style updates the style properties of the widget based on [WidgetBase.Stylers]. To specify the style properties of a widget, use [WidgetBase.Styler]. Widgets can implement this method if necessary to add additional styling behavior, such as calling [units.Value.ToDots] on a custom [units.Value] fiel
()
| 42 | // Widgets can implement this method if necessary to add additional styling behavior, |
| 43 | // such as calling [units.Value.ToDots] on a custom [units.Value] field. |
| 44 | Style() |
| 45 | |
| 46 | // SizeUp (bottom-up) gathers Actual sizes from our Children & Parts, |
| 47 | // based on Styles.Min / Max sizes and actual content sizing |
no outgoing calls
no test coverage detected