ResponsiveExpanded constructor
const
ResponsiveExpanded({})
Implementation
const ResponsiveExpanded({
super.key,
required this.flex,
required this.child,
this.flexTablet,
this.flexLaptop,
this.flexDesktop,
});