shape property

ShapeBorder? shape
getter/setter pair

The shape of this dialog's border.

Defines the dialog's Material.shape.

The default shape is a RoundedRectangleBorder with a radius of 4.0 从中间弹出时设置圆角使用这个,其他可以使用child的来设置

Implementation

ShapeBorder? shape;