-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set the "description" color? #25
Comments
Sadly you can not set the fontSize either, bellow is current implementation, I think will be way better if we pass the description as Widget and not simple text
|
Hi, you can edit the description in flutter_rounded date_picker_header.dart Step 1: Step 2: Step 3: Step 4: However, I hope the developer will change this type from str to widget. |
Hi @SittiphanSittisak , yes you are right but this will update the library code on your machine only. If you work on multiple computers or a team, everyone must do the same. Also if you update the library one day and forget about it will loose your updates. I had to do similar fixes on a few libraries to prevent crashes :) . You have to see my pubspec file what giant TODO messages has for each developer what needs to do |
I read the doc and find not how to set the description's color.
Anyone who knows how to set it?
The text was updated successfully, but these errors were encountered: