NetworkSensitive constructor

const NetworkSensitive({
  1. required Widget child,
})

Implementation

const NetworkSensitive({required this.child});