TimePickerThemeModifier constructor
const
TimePickerThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required TimePickerThemeData data,
Creates a time picker theme that controls the configurations for time pickers displayed in its widget subtree.
Implementation
const TimePickerThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});