gradient property

String? gradient
final

Custom gradient background (overrides accentColor when set). Example: 'linear-gradient(135deg, var(--primary), var(--accent))'

Implementation

final String? gradient;