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