dayPeriodBorderSide property Null safety
final
        The color and weight of the day period's outline.
If this is null, the time picker defaults to:
BorderSide(
  color: Color.alphaBlend(colorScheme.onBackground.withOpacity(0.38), colorScheme.surface),
)
Implementation
final BorderSide? dayPeriodBorderSide;