OverWidget constructor

OverWidget({
  1. required Widget child,
  2. bool visibleConntectionLost = true,
})

Implementation

OverWidget({required this.child, this.visibleConntectionLost = true});