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