disableShadow property

bool? disableShadow
final

By default this AppBar has a shadow. If you do not need shadow then you can pass false here to disable shadow.

Implementation

final bool? disableShadow;