pub trait InkChildren {
// Required methods
fn orphans(&self) -> Vec<Widget>;
fn children(&self) -> Vec<InkWrapper<Widget>>;
}Expand description
containers which can contain multiple widgets.
pub trait InkChildren {
// Required methods
fn orphans(&self) -> Vec<Widget>;
fn children(&self) -> Vec<InkWrapper<Widget>>;
}containers which can contain multiple widgets.