MaterialSignalInfo
fun MaterialSignalInfo(signalBars: Int, modifier: Modifier = Modifier, signalStrengthValue: String? = null, typeIcon: ImageVector? = null)(source)
A composable that displays a signal strength indicator with an icon and optional text value. The icon and its color change based on the number of signal bars.
Parameters
modifier
Modifier for this composable.
signalBars
The number of signal bars, typically from 0 to 4. Values outside this range (e.g., < 0) will display a "signal off" or unknown state icon.
signalStrengthValue
Optional text to display next to the icon, such as dBm or SNR value.