fix!(widget): rename button function to button::custom
This commit is contained in:
parent
914d989049
commit
f12de010ec
15 changed files with 28 additions and 32 deletions
|
|
@ -4,9 +4,7 @@
|
|||
//! A button for toggling the navigation side panel.
|
||||
|
||||
use crate::{widget, Element};
|
||||
use apply::Apply;
|
||||
use derive_setters::Setters;
|
||||
use iced::Length;
|
||||
|
||||
#[derive(Setters)]
|
||||
pub struct NavBarToggle<Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue