ScreenSwitchValue<Type> constructor
const
ScreenSwitchValue<Type> (
- BuildContext context, {
- required Type sm,
- Type? md,
- Type? lg,
- Type? xl,
- Type? xl2,
- FluidoBreakpoints? breakpoints,
Implementation
const ScreenSwitchValue(
this.context, {
required this.sm,
this.md,
this.lg,
this.xl,
this.xl2,
this.breakpoints,
});