shape property

ShapeBorder? shape
final

The shape of the Dialog that the time picker is presented in.

If this is null, the time picker defaults to RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))).

Implementation

final ShapeBorder? shape;