shape property

FloatyShape shape
final

The shape of the navigation bar.

The default shape is CircleShape.

Subclasses include:

  • CircleShape: A circular shape with rounded corners.
  • RectangleShape: A rectangular shape with customizable corner radius.
  • SquircleShape: A squircle shape with a continuous curve for the border.

You can create custom shapes by extending the FloatyShape class.

Implementation

final FloatyShape shape;