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