gradientEnable property
If you want the background color of the appbar to be gradient then you have to enable it by passing true
here. After that you can pass any Gradient widget.
Implementation
final bool? gradientEnable;
If you want the background color of the appbar to be gradient then you have to enable it by passing true
here. After that you can pass any Gradient widget.
final bool? gradientEnable;