backgroundColor property

Color? backgroundColor
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;