ResponsiveVisibility.tabletOnly constructor
const
ResponsiveVisibility.tabletOnly({})
Show only on tablet devices.
Implementation
const ResponsiveVisibility.tabletOnly({
super.key,
required this.child,
this.replacement = const SizedBox.shrink(),
}) : visibleOn = const {DeviceType.tablet},
hiddenOn = null;