SignalStrengthIndicator constructor

const SignalStrengthIndicator({
  1. Key? key,
  2. required SignalStrengthIndicatorStyle style,
})

Implementation

const SignalStrengthIndicator({
  Key? key,
  required this.style,
}) : super(key: key);