entryModeIconColor property

Color? entryModeIconColor
final

The color of the entry mode IconButton.

If this is null, the time picker defaults to:

Theme.of(context).colorScheme.onSurface.withOpacity(
  Theme.of(context).colorScheme.brightness == Brightness.dark ? 1.0 : 0.6,
)

Implementation

final Color? entryModeIconColor;