shape property
The shape of the Dialog that the date picker is presented in.
If this is null, the date picker defaults to
RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0)))
.
Implementation
final ShapeBorder? shape;
The shape of the Dialog that the date picker is presented in.
If this is null, the date picker defaults to
RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0)))
.
final ShapeBorder? shape;