ResponsiveVisibility.hideOnMobile constructor
const
ResponsiveVisibility.hideOnMobile({})
Hide on mobile devices, show on all others.
Implementation
const ResponsiveVisibility.hideOnMobile({
super.key,
required this.child,
this.replacement = const SizedBox.shrink(),
}) : hiddenOn = const {DeviceType.mobile},
visibleOn = null;