whiteButtonLinearColorSecondary top-level property
Implementation
LinearGradient? whiteButtonLinearColorSecondary = const LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [
Color.fromARGB(255, 214, 213, 213),
Color.fromARGB(255, 157, 156, 156),
],
);