redButtonLinearColor top-level property

LinearGradient? redButtonLinearColor
getter/setter pair

Implementation

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