shape property

ShapeBorder? shape
final

The shape of the app bar's .

A shadow is only displayed if the elevation is greater than zero.

See also:

  • elevation, which defines the size of the shadow below the app bar.
  • shadowColor, which is the color of the shadow below the app bar.

Implementation

final ShapeBorder? shape;