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