feat(widget/settings): add flex items and flex controls

This commit is contained in:
Michael Aaron Murphy 2024-05-30 12:38:07 +02:00 committed by Michael Murphy
parent cb6bc86e1e
commit 095c2b5336
2 changed files with 40 additions and 6 deletions

View file

@ -4,7 +4,7 @@
pub mod item;
mod section;
pub use self::item::{item, item_row};
pub use self::item::{flex_item, flex_item_row, item, item_row};
pub use self::section::{view_section, Section};
use crate::widget::{column, Column};