LayoutSwitchWidget constructor

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

Implementation

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