cyanToBrightBlue constant
LinearGradient
const cyanToBrightBlue
Implementation
static const LinearGradient cyanToBrightBlue = LinearGradient(
colors: [Color(0xff66D3FF), Color(0xff2BB4FF)],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
);