gradient property

Gradient? gradient
final

The gradient displayed at the appbar.

If this property is null, then ThemeData.appBarTheme.color is used, if that is also null, then ThemeData.primaryColor is used.

Implementation

final Gradient? gradient;