foregroundGradient property
LinearGradient?
get
foregroundGradient
Implementation
LinearGradient? get foregroundGradient {
return foregroundGradientState?.of(selected);
}
LinearGradient? get foregroundGradient {
return foregroundGradientState?.of(selected);
}