summaryrefslogtreecommitdiffstats
path: root/style/src/toggler.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-06Simplify theming for `Toggler` widgetLibravatar Héctor Ramón Jiménez1-35/+0
2024-02-07add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947391-2/+6
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