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