FespResponsiveLayout constructor
const
FespResponsiveLayout({})
Implementation
const FespResponsiveLayout({
super.key,
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.parent = true,
}) : assert(
xs != null ||
sm != null ||
md != null ||
lg != null ||
xl != null ||
xxl != null,
'At least one widget must be set!',
);