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