WIP constructor
const
WIP({})
Implementation
const WIP({
super.key,
required Widget super.child,
this.location = BannerLocation.topEnd,
this.color,
this.textStyle,
this.backgroundColor,
this.visible = false,
this.message,
});