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