foregroundGradient property

LinearGradient? get foregroundGradient

Implementation

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