secondaryLinearColor top-level property

LinearGradient? secondaryLinearColor
getter/setter pair

Implementation

LinearGradient? secondaryLinearColor = const LinearGradient(
  transform: GradientRotation(4.71), // Convert 270.19 degrees to radians
  stops: [0.4656, 1.3414],
  colors: [
    Color.fromRGBO(102, 102, 102, 0.38),
    Color.fromRGBO(217, 217, 217, 0),
  ],
);