shape property

NotchedShape? shape
final

The notch that is made for the floating action button.

If this property is null then BottomAppBarTheme.shape of ThemeData.bottomAppBarTheme is used. If that's null then the shape will be rectangular with no notch.

Implementation

final NotchedShape? shape;