AdaptiveVisibility.tabletUp constructor
const
AdaptiveVisibility.tabletUp({})
Creates a visibility widget that shows on tablet and desktop.
Implementation
const AdaptiveVisibility.tabletUp({
super.key,
required this.child,
this.replacement,
this.maintainState = false,
}) : visibleOn = const [DeviceType.tablet, DeviceType.desktop],
hiddenOn = null;