AlwaysConsumeSpace returns if the Widget should consume space even if it is not visible.
()
| 46 | // AlwaysConsumeSpace returns if the Widget should consume space even if it |
| 47 | // is not visible. |
| 48 | AlwaysConsumeSpace() bool |
| 49 | |
| 50 | // AsWidgetBase returns a *WidgetBase that implements Widget. |
| 51 | AsWidgetBase() *WidgetBase |
no outgoing calls
no test coverage detected