redButtonLinearColor top-level property
Implementation
LinearGradient? redButtonLinearColor = const LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [
Color.fromARGB(255, 235, 77, 77),
Color.fromARGB(255, 240, 95, 95),
],
);