backgroundColor property Null safety
final
The background color of a time picker.
If this is null, the time picker defaults to the overall theme's ColorScheme.background.
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.background.
final Color? backgroundColor;