semanticLightThemeSurfaceDecorative2 constant Null safety

LinearGradient const semanticLightThemeSurfaceDecorative2

Implementation

static const semanticLightThemeSurfaceDecorative2 = LinearGradient(
  begin: Alignment(-0.7500000138759226, -0.9999999891507051),
  end: Alignment(0.7031249085089355, 0.859374979471),
  stops: [
    0,
    1,
  ],
  colors: [
    Color(0xffff5c28),
    Color(0xff993908),
  ],
);