quoteGradient property

LinearGradient quoteGradient
getter/setter pair

The gradient used in the quote slide.

Implementation

static LinearGradient quoteGradient = const LinearGradient(
  begin: Alignment.topLeft,
  end: Alignment.bottomCenter,
  colors: [
    Color.fromARGB(255, 255, 35, 180),
    Color.fromARGB(255, 255, 219, 64),
  ],
);