HubbleGradients constructor

const HubbleGradients({
  1. required Gradient primary,
  2. required Gradient secondary,
  3. required Gradient tertiary,
  4. required Gradient background,
})

Implementation

const HubbleGradients({
  required this.primary,
  required this.secondary,
  required this.tertiary,
  required this.background,
});