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

Required Methods

Implementations on Foreign Types

Implementors