AdaptiveContainer constructor
const
AdaptiveContainer({})
Implementation
const AdaptiveContainer({
super.key,
required this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.breakpoints,
});
const AdaptiveContainer({
super.key,
required this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.breakpoints,
});