hourMinuteShape property

ShapeBorder? hourMinuteShape
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;