Indicates that this item can expand within a stack.
(self)
| 92 | |
| 93 | /// Indicates that this item can expand within a stack. |
| 94 | fn flex(self) -> Flex<Self> { |
| 95 | Flex::new(self) |
| 96 | } |
| 97 | |
| 98 | /// Make the window full screen. |
| 99 | fn fullscreen(self) -> FullscreenView<Self> { |
no outgoing calls
no test coverage detected