pub trait TextStyleExt { // Required methods fn color(self, c: Color) -> View; fn size(self, px: f32) -> View; }
Method styling for m3-like components