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