logo
pub trait State<T: StatefulWidget> {
    fn build(&self, context: Option<BuildContext>) -> &dyn Widget;
}

Required Methods

Implementors