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