[−][src]Type Definition iced_glow::widget::button::Button   
type Button<'a, Message> = Button<'a, Message, Renderer>;
A widget that produces a message when clicked.
This is an alias of an iced_native button with an iced_wgpu::Renderer.