pub trait TextExt {
fn text_widget(self, ctx: &EventCtx<'_>) -> Widget;
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget;
}
pub trait TextExt {
fn text_widget(self, ctx: &EventCtx<'_>) -> Widget;
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget;
}