shape property

ShapeBorder? shape
final

The shape of the drawer.

Defines the drawer's Material.shape.

If this is null, then DrawerThemeData.shape is used. If that is also null, then it falls back to Material's default.

Implementation

final ShapeBorder? shape;