shape property

OutlinedBorder? shape
final

The shape of the button's material.

Allows for customizing the button's outline and borders. If not specified, a rounded rectangle is used.

Implementation

final OutlinedBorder? shape;