LayoutSwitchWidget constructor
const
LayoutSwitchWidget(
- BuildContext context, {
- required Widget sm,
- Widget? md,
- Widget? lg,
- Widget? xl,
- Widget? xl2,
- FluidoBreakpoints? breakpoints,
Implementation
const LayoutSwitchWidget(
this.context, {
required this.sm,
this.md,
this.lg,
this.xl,
this.xl2,
this.breakpoints,
});