MinShadows constructor

const MinShadows({
  1. required List<BoxShadow> sm,
  2. required List<BoxShadow> md,
  3. required List<BoxShadow> lg,
  4. required List<BoxShadow> xl,
  5. required List<BoxShadow> xl2,
})

Implementation

const MinShadows({
  required this.sm,
  required this.md,
  required this.lg,
  required this.xl,
  required this.xl2,
});