feat(segmented_button): pressed state style

This commit is contained in:
Michael Aaron Murphy 2025-08-13 12:13:05 +02:00
parent 4f423349a2
commit 5434dc95d5
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 37 additions and 23 deletions

View file

@ -13,6 +13,7 @@ pub struct Appearance {
pub active: ItemStatusAppearance,
pub inactive: ItemStatusAppearance,
pub hover: ItemStatusAppearance,
pub pressed: ItemStatusAppearance,
}
/// Appearance of an item in the segmented button.