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