menu
iconoir_flutter package
documentation
regular/sine_wave.dart
SineWave
SineWave const constructor
SineWave const constructor
dark_mode
light_mode
SineWave
constructor
const
SineWave
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const SineWave({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/sine_wave
SineWave
SineWave const constructor
SineWave class