dayPeriodShape property Null safety
final
        The shape of the day period that the time picker uses.
If this is null, the time picker defaults to:
RoundedRectangleBorder(
  borderRadius: BorderRadius.all(Radius.circular(4.0)),
  side: BorderSide(),
)
Implementation
final OutlinedBorder? dayPeriodShape;