TextStyleExt

Trait TextStyleExt 

Source
pub trait TextStyleExt {
    // Required methods
    fn color(self, c: Color) -> View;
    fn size(self, px: f32) -> View;
}
Expand description

Method styling for m3-like components

Required Methods§

Source

fn color(self, c: Color) -> View

Source

fn size(self, px: f32) -> View

Implementations on Foreign Types§

Source§

impl TextStyleExt for View

Source§

fn color(self, c: Color) -> View

Source§

fn size(self, px: f32) -> View

Implementors§