whiteButtonLinearColorSecondary top-level property

LinearGradient? whiteButtonLinearColorSecondary
getter/setter pair

Implementation

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