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