backgroundGradient constant

LinearGradient const backgroundGradient

Implementation

static const LinearGradient backgroundGradient = LinearGradient(
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
  colors: [gradientStart, gradientEnd],
);