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