shape property

MaterialStateProperty<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 MaterialStateProperty<OutlinedBorder?>? shape;