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