scrtkr
scrtkr
``` DateTimePicker( style: TextStyle( color: Colors.red, ), ); ``` Please use this style. Hope it will be the help to you.
[12.webm](https://github.com/flutter/flutter/assets/61686168/733f3ffa-6598-4bf7-8768-221dc24923fb) Some offset exists vertically. Why?
> @alexlozdev I updated the example/main.dart file with these options and it works for me. Is there more information you can provide about this? Do you have the upgrader log?...
I found the issue reason This code doesn't work. ``` UpgradeAlert( showIgnore: false, showReleaseNotes: false, upgrader: Upgrader( debugLogging: true, debugDisplayAlways: true, durationUntilAlertAgain: const Duration(seconds: 30), ), child: Scaffold( appBar: AppBar(title:...