feat(widget): add FlexRow widget
This commit is contained in:
parent
42d7baf0d5
commit
e3f30a1b5c
2 changed files with 135 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ pub mod aspect_ratio;
|
|||
mod button;
|
||||
pub use button::*;
|
||||
|
||||
pub mod flex_row;
|
||||
pub use flex_row::{flex_row, FlexRow};
|
||||
|
||||
mod header_bar;
|
||||
pub use header_bar::{header_bar, HeaderBar};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue