semanticLightThemeSurfaceDecorativeBasic constant Null safety

LinearGradient const semanticLightThemeSurfaceDecorativeBasic

Implementation

static const semanticLightThemeSurfaceDecorativeBasic = LinearGradient(
  begin: Alignment(-0.6427876384495972, -0.7660444416073828),
  end: Alignment(0.6427876001364694, 0.7660443959475773),
  stops: [
    0.017100000753998756,
    0.5212000012397766,
    1,
  ],
  colors: [
    Color(0xff4f4a60),
    Color(0xff37324a),
    Color(0xff1d1a27),
  ],
);