NiceResponsiveVisibility constructor
const
NiceResponsiveVisibility({})
Implementation
const NiceResponsiveVisibility({
super.key,
required this.child,
this.visibleXs = true,
this.visibleSm = true,
this.visibleMd = true,
this.visibleLg = true,
this.visibleXl = true,
this.visibleXxl = true,
this.replacement,
});