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