ConnectivityPlusWidget constructor
ConnectivityPlusWidget({
- Key? key,
- Color? backgroundColor,
- double? height,
- double? width,
- TextStyle? textStyle,
- String? notConnectedText,
- Decoration? decoration,
- EdgeInsets? padding,
- bool? marquee = false,
Implementation
ConnectivityPlusWidget(
{Key? key,
this.backgroundColor,
this.height,
this.width,
this.textStyle,
this.notConnectedText,
this.decoration,
this.padding,
this.marquee = false})
: super(key: key);