ResponsiveVisibility constructor
const
ResponsiveVisibility({})
Implementation
const ResponsiveVisibility({
super.key,
required this.visible,
required this.visibleOnPhone,
required this.visibleOnTablet,
required this.visibleOnLaptop,
required this.visibleOnDesktop,
required this.child,
});