menu
fluido package
documentation
layout/layout_width.dart
LayoutWidth
LayoutWidth const constructor
LayoutWidth const constructor
dark_mode
light_mode
LayoutWidth
constructor
const
LayoutWidth
(
{
Key
?
key
,
FluidoBreakpoints
?
breakpoints
,
Widget
?
sm
,
Widget
?
md
,
Widget
?
lg
,
Widget
?
xl
,
Widget
?
xl2
,
})
Implementation
const LayoutWidth({ super.key, this.breakpoints, this.sm, this.md, this.lg, this.xl, this.xl2, });
fluido package
documentation
layout/layout_width
LayoutWidth
LayoutWidth const constructor
LayoutWidth class