1use crate::prelude::*; 2 3/// Minimal widget. 4/// 5/// You can use this to create a quick new custom widget defined entirely 6/// by standalone properties and `when` conditions. 7#[widget($crate::Wgt)] 8pub struct Wgt(WidgetBase);