M-amir-M / persian-datetime-picker

a persian (farsi) date time picker in flutter
BSD 3-Clause "New" or "Revised" License
181 stars 101 forks source link

Change Theme Color #75

Closed mohamadkenway closed 9 months ago

mohamadkenway commented 9 months ago

Hi How we can change date and time picker background and other colors ?

mohamadkenway commented 9 months ago

I found the solution by adding ThemeData( useMaterial3: true, fontFamily: FontsManager.dana, colorScheme: ColorScheme.fromSeed( seedColor: MyColors.deepBlue, brightness: Brightness.light, ), to MaterailApp