LayoutFlags returns a combination of LayoutFlags that specify how the Widget wants to be treated by Layout implementations.
()
| 61 | // LayoutFlags returns a combination of LayoutFlags that specify how the |
| 62 | // Widget wants to be treated by Layout implementations. |
| 63 | LayoutFlags() LayoutFlags |
| 64 | |
| 65 | // MinSizeHint returns the minimum outer size in native pixels, including decorations, that |
| 66 | // makes sense for the respective type of Widget. |
no outgoing calls
no test coverage detected