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