feat(widget): add FlexRow widget

This commit is contained in:
Michael Aaron Murphy 2023-06-23 23:39:48 +02:00 committed by Michael Murphy
parent 42d7baf0d5
commit e3f30a1b5c
2 changed files with 135 additions and 0 deletions

View file

@ -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};