shape property

NotchedShape? shape
final

The notch that is made for the floating action button.

If this property is null then the ambient BottomAppBarThemeData.shape is used. If that's null then the shape will be rectangular with no notch.

Implementation

final NotchedShape? shape;