Simplify theming for Scrollable widget

This commit is contained in:
Héctor Ramón Jiménez 2024-03-05 04:42:25 +01:00
parent 29326215cc
commit d681aaa57e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 342 additions and 422 deletions

View file

@ -301,7 +301,7 @@ where
Message: Clone,
Theme: container::Style
+ text_input::StyleSheet
+ scrollable::StyleSheet
+ scrollable::Tradition
+ menu::StyleSheet,
Renderer: text::Renderer,
{
@ -721,7 +721,7 @@ where
Message: Clone + 'a,
Theme: container::Style
+ text_input::StyleSheet
+ scrollable::StyleSheet
+ scrollable::Tradition
+ menu::StyleSheet
+ 'a,
Renderer: text::Renderer + 'a,