useratatui::layout::Rect;usesuper::appscreen::AppScreen;pubtraitDialog{/// Get the sizes of dialog
/// - x, y: min size, if zero, uses the percentage
/// - width, height: percentage size
fnget_size(&self)-> Rect;fnas_screen(&self)->&dyn AppScreen;fnas_screen_mut(&mutself)->&mut dyn AppScreen;}