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