kherel / animated_theme_switcher

Flutter animated theme switcher
https://pub.dev/packages/animated_theme_switcher
MIT License
278 stars 28 forks source link

It is not clear where to pass colors for each element! #42

Closed Kerabor closed 2 years ago

Kerabor commented 2 years ago

It's not at all clear how to change colors !!! The theme_config.dart only has values ​​for Checkbox ... for dark and light mode there are no parameters and cannot be added! image

And I can't figure out where to insert so that the top status bar is transparent!

appBarTheme: AppBarTheme( systemOverlayStyle: SystemUiOverlayStyle( statusBarIconBrightness: Brightness.dark, statusBarColor: Colors.transparent, ), image

EngFoggy commented 2 years ago

ThemeData is not defined in this package, but is part of Flutter. https://api.flutter.dev/flutter/material/ThemeData-class.html

Kerabor commented 2 years ago

ThemeData не определена в этом пакете, но является частью Flutter. https://api.flutter.dev/flutter/material/ThemeData-class.html

And what does it mean? For example, I have a Carousel slider and a BoxShadow, so how can I change this color in a black theme? Color Shadow applies only to buttons ...........

kherel commented 2 years ago

The question you've linked to is not related to the library. Please refrain from opening issues which do not pertain to the library, thanks!