shape property

WidgetStateProperty<OutlinedBorder?>? shape
final

The shape of the menu's underlying Material.

This shape is combined with side to create a shape decorated with an outline.

Implementation

final WidgetStateProperty<OutlinedBorder?>? shape;