summaryrefslogtreecommitdiffstats
path: root/style/src/toggler.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+12
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-3/+3
2022-10-05Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX1-1/+1
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-41/+4
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez1-2/+2
2021-06-03Implement `Toggler` widget for iced_nativeLibravatar Kaiden421-0/+57