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