ConnectivityScreenWrapper constructor
const
ConnectivityScreenWrapper({})
Implementation
const ConnectivityScreenWrapper({
Key? key,
this.child,
this.color,
this.decoration,
this.message,
this.messageStyle,
this.height,
this.textAlign,
this.duration,
this.positionOnScreen = PositionOnScreen.BOTTOM,
this.disableInteraction = false,
this.disableWidget,
}) : assert(
color == null || decoration == null,
'Cannot provide both a color and a decoration\n'
'The color argument is just a shorthand for "decoration: new BoxDecoration(color: color)".'),
super(key: key);