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