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