lilacToBlueberry constant

LinearGradient const lilacToBlueberry

Implementation

static const LinearGradient lilacToBlueberry = LinearGradient(
  colors: [Color(0xff9FA8FF), Color(0xff6E8BFF)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);