pub trait WidgetsExtension {
    // Required method
    fn set_all_rounding(&mut self, rounding: Rounding);
}

Required Methods§

source

fn set_all_rounding(&mut self, rounding: Rounding)

Sets rounding for all widget states

Implementations on Foreign Types§

source§

impl WidgetsExtension for Widgets

source§

fn set_all_rounding(&mut self, rounding: Rounding)

Implementors§