hourMinuteShape property Null safety
final
The shape of the hour and minute controls that the time picker uses.
If this is null, the time picker defaults to
RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0)))
.
Implementation
final ShapeBorder? hourMinuteShape;