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