Add API for accessing git branch

This commit is contained in:
Mikayla Maki 2023-05-03 09:09:09 -07:00
parent 26afd592c5
commit 3570810516
No known key found for this signature in database
2 changed files with 20 additions and 0 deletions

View file

@ -66,6 +66,10 @@ impl<V: View> Flex<V> {
self
}
pub fn is_empty(&self) -> bool {
self.children.is_empty()
}
fn layout_flex_children(
&mut self,
layout_expanded: bool,