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