backgroundColor property
final
The background color of a time picker.
If this is null, the time picker defaults to the overall theme's ColorScheme.surfaceContainerHigh.
Implementation
final Color? backgroundColor;
The background color of a time picker.
If this is null, the time picker defaults to the overall theme's ColorScheme.surfaceContainerHigh.
final Color? backgroundColor;