disableShadow property
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;
By default this AppBar has a shadow. If you do not need shadow then you can pass false
here to disable shadow.
final bool? disableShadow;