summaryrefslogtreecommitdiffstats
path: root/style/src/toggler.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+12
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
* Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX2022-10-051-1/+1
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-41/+4
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-031-0/+57