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