mirror of
https://github.com/flutter/flutter.git
synced 2026-02-03 17:51:05 +08:00
## Description This PR is similar to what was done for `DatePickerThemeData` in https://github.com/flutter/flutter/pull/168981. It changes `TimePickerThemeData.inputDecorationTheme` type to `InputDecorationThemeData` (instead of `InputDecorationTheme`) and uses Object? for the corresponding constructor parameter. ## Tests Adds 1 test