()
| 166 | } |
| 167 | |
| 168 | func (li *boxLayoutItem) LayoutFlags() LayoutFlags { |
| 169 | return boxLayoutFlags(li.orientation, li.children) |
| 170 | } |
| 171 | |
| 172 | func (li *boxLayoutItem) IdealSize() Size { |
| 173 | return li.MinSize() |
nothing calls this directly
no test coverage detected