pub type IconButton<'a, Message> = Builder<'a, Message, Icon>;
Aliased Type§
pub struct IconButton<'a, Message> { /* private fields */ }
Implementations§
Source§impl<Message> Button<'_, Message>
impl<Message> Button<'_, Message>
pub fn new(icon: Icon) -> Self
Sourcepub fn extra_small(self) -> Self
pub fn extra_small(self) -> Self
Applies the Extra Small button size preset.
Sourcepub fn extra_large(self) -> Self
pub fn extra_large(self) -> Self
Applies the Extra Large button size preset.