mirror of
https://github.com/flutter/flutter.git
synced 2026-01-29 23:02:44 +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