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