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