curvesGradient1 property

LinearGradient curvesGradient1
getter/setter pair

Implementation

static LinearGradient curvesGradient1 = LinearGradient(
  colors: [
    SharingColors.orange,
    SharingColors.orangeShade1,
    SharingColors.deepOrange,
  ],
);