shape property

TButtonShape? shape
final

The shape of the button.

Available options: TButtonShape.normal, TButtonShape.pill, TButtonShape.circle. Defaults to the theme's default shape.

Implementation

final TButtonShape? shape;