semanticLightThemeSurfaceButtonCriticalHovered constant Null safety
Implementation
static const semanticLightThemeSurfaceButtonCriticalHovered = LinearGradient(
begin: Alignment(-1, -1),
end: Alignment(1, 1),
stops: [
0,
0.4948107898235321,
1,
],
colors: [
Color(0xffff2866),
Color(0xffcc154a),
Color(0xff990831),
],
);