We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3934 commit 0192f88Copy full SHA for 0192f88
dev/tools/gen_defaults/lib/time_picker_template.dart
@@ -281,7 +281,7 @@ class _${blockName}DefaultsM3 extends _TimePickerDefaults {
281
@override
282
TextStyle get hourMinuteTextStyle {
283
return MaterialStateTextStyle.resolveWith((Set<MaterialState> states) {
284
- // TODO(tahatesser): Update this when https://github.com/flutter/flutter/issues/127035 is fixed.
+ // TODO(tahatesser): Update this when https://github.com/flutter/flutter/issues/131247 is fixed.
285
// This is using the correct text style from Material 3 spec.
286
// https://m3.material.io/components/time-pickers/specs#fd0b6939-edab-4058-82e1-93d163945215
287
return _textTheme.displayMedium!.copyWith(color: _hourMinuteTextColor.resolve(states));
0 commit comments