ScreenSwitchValue<Type> constructor

const ScreenSwitchValue<Type>(
  1. BuildContext context, {
  2. required Type sm,
  3. Type? md,
  4. Type? lg,
  5. Type? xl,
  6. Type? xl2,
  7. FluidoBreakpoints? breakpoints,
})

Implementation

const ScreenSwitchValue(
  this.context, {
  required this.sm,
  this.md,
  this.lg,
  this.xl,
  this.xl2,
  this.breakpoints,
});