rydmike / flex_color_scheme

A Flutter package to make and use beautiful color scheme based themes.
Other
947 stars 105 forks source link

How to use native themeData when using flex_color_scheme #192

Closed laterdayi closed 12 months ago

laterdayi commented 1 year ago

For example, I want to set, 'inputDecorationTheme: const InputDecorationTheme(isDense: true) 'and retain' flex_color_scheme `s 'inputDecoratorRadius: 35.0 '

rydmike commented 12 months ago

This is now also demonstrated here https://github.com/rydmike/flex_color_scheme/issues/193#issuecomment-1747554892 with an example, so I'm closing this as kind of duplicate of that more detailed case and example.