FlutstrapVisibility constructor
const
FlutstrapVisibility({})
Implementation
const FlutstrapVisibility({
super.key,
required this.child,
this.showOnXs = true,
this.showOnSm = true,
this.showOnMd = true,
this.showOnLg = true,
this.showOnXl = true,
this.showOnXxl = true,
this.fallback,
});