OfflineBanner constructor
const
OfflineBanner({})
Implementation
const OfflineBanner({
super.key,
this.message = 'nylo.offline_banner.message',
this.backgroundColor,
this.textColor,
this.icon = Icons.wifi_off,
this.height = 40,
this.animate = true,
this.animationDuration = const Duration(milliseconds: 300),
});